3 writes to _NestedWrite
System (3)
net\System\Net\SecureProtocols\_NegoStream.cs (2)
126
if (Interlocked.Exchange(ref
_NestedWrite
, 1) == 1)
149
_NestedWrite
= 0;
net\System\Net\SecureProtocols\NegotiateStream.cs (1)
680
if (Interlocked.Exchange(ref
_NestedWrite
, 0) == 0)