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