3 writes to _rentCount
System.Net.Security (3)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs (3)
108} while (Interlocked.CompareExchange(ref _rentCount, oldCount + 1, oldCount) != oldCount); 115return Interlocked.CompareExchange(ref _rentCount, -1, 0) == 0; 120if (Interlocked.Decrement(ref _rentCount) < 0)
1 reference to _rentCount
System.Net.Security (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.SslCtx.cs (1)
102oldCount = _rentCount;