`System.Data.SqlClient.TdsParser` has this member: ``` internal AutoResetEvent _resetConnectionEvent = null; // Used to serialize executes and call reset on first execute only. ``` `AutoResetEvent` _is_ `IDisposable`, yet nothing is done to have `Dispose()` called.
System.Data.SqlClient.TdsParserhas this member:AutoResetEventisIDisposable, yet nothing is done to haveDispose()called.