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