2 writes to _cachedAsyncCloseCount
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
201
_cachedAsyncCloseCount
= -1;
220
_cachedAsyncCloseCount
= activeConnection.CloseCount;
1 reference to _cachedAsyncCloseCount
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
196
return (_cachedAsyncConnection == activeConnection &&
_cachedAsyncCloseCount
== activeConnection.CloseCount);