2 writes to _cachedAsyncConnection
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
205_cachedAsyncConnection = null; 226_cachedAsyncConnection = activeConnection;
4 references to _cachedAsyncConnection
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
196return (_cachedAsyncConnection == activeConnection && _cachedAsyncCloseCount == activeConnection.CloseCount); 203if (_cachedAsyncConnection != null) { 204_cachedAsyncConnection.AsyncCommandInProgress = false; 229_cachedAsyncConnection.AsyncCommandInProgress = true;