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)
196
return (
_cachedAsyncConnection
== activeConnection && _cachedAsyncCloseCount == activeConnection.CloseCount);
203
if (
_cachedAsyncConnection
!= null) {
204
_cachedAsyncConnection
.AsyncCommandInProgress = false;
229
_cachedAsyncConnection
.AsyncCommandInProgress = true;