3 writes to _count
System.Security.Cryptography (3)
System\Security\Cryptography\ConcurrencyBlock.cs (3)
14
int count = Interlocked.Increment(ref block.
_count
);
18
Interlocked.Decrement(ref block.
_count
);
22
return new Scope(ref block.
_count
);