3 writes to _rentCount
System.Net.Quic (3)
System\Net\Quic\Internal\MsQuicSafeHandle.cs (3)
170
} while (Interlocked.CompareExchange(ref
_rentCount
, oldCount + 1, oldCount) != oldCount);
177
return Interlocked.CompareExchange(ref
_rentCount
, -1, 0) == 0;
182
if (Interlocked.Decrement(ref
_rentCount
) < 0)
1 reference to _rentCount
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicSafeHandle.cs (1)
164
oldCount =
_rentCount
;