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)
196return (_cachedAsyncConnection == activeConnection && _cachedAsyncCloseCount == activeConnection.CloseCount);