3 writes to _NestedRead
System (3)
net\System\Net\SecureProtocols\_NegoStream.cs (2)
209
if (Interlocked.Exchange(ref
_NestedRead
, 1) == 1)
246
_NestedRead
= 0;
net\System\Net\SecureProtocols\NegotiateStream.cs (1)
611
if (Interlocked.Exchange(ref
_NestedRead
, 0) == 0)