4 writes to _nestedWrite
System.Net.Security (4)
System\Net\Security\SslStream.IO.cs (4)
207if (Interlocked.Exchange(ref _nestedWrite, NestedState.StreamInUse) != NestedState.StreamNotInUse) 273_nestedWrite = NestedState.StreamNotInUse; 970if (Interlocked.Exchange(ref _nestedWrite, NestedState.StreamInUse) == NestedState.StreamInUse) 993_nestedWrite = NestedState.StreamNotInUse;