5 writes to asyncOperations
System (5)
sys\System\IO\compression\DeflateStream.cs (5)
389
Interlocked.Increment(ref
asyncOperations
);
420
Interlocked.Decrement( ref
asyncOperations
);
653
Interlocked.Increment(ref
asyncOperations
);
667
Interlocked.Decrement(ref
asyncOperations
);
734
Interlocked.Decrement(ref
asyncOperations
);
3 references to asyncOperations
System (3)
sys\System\IO\compression\DeflateStream.cs (3)
383
if (
asyncOperations
!= 0)
647
if (
asyncOperations
!= 0 )
710
if (
asyncOperations
!= 1)