4 writes to _nestedWrite
System.Net.Security (4)
System\Net\Security\SslStream.IO.cs (4)
208if (Interlocked.Exchange(ref _nestedWrite, NestedState.StreamInUse) != NestedState.StreamNotInUse) 274_nestedWrite = NestedState.StreamNotInUse; 1003if (Interlocked.Exchange(ref _nestedWrite, NestedState.StreamInUse) == NestedState.StreamInUse) 1035_nestedWrite = NestedState.StreamNotInUse;