2 writes to _asyncCommandCount
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (2)
911
Interlocked.Decrement(ref
_asyncCommandCount
);
915
Interlocked.Increment(ref
_asyncCommandCount
);
3 references to _asyncCommandCount
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
710
if (
_asyncCommandCount
> 0) {
843
if (0 !=
_asyncCommandCount
) {
910
Debug.Assert(
_asyncCommandCount
> 0);