4 writes to _nestedWrite
System.Net.Security (4)
System\Net\Security\SslStream.IO.cs (4)
190if (Interlocked.Exchange(ref _nestedWrite, NestedState.StreamInUse) != NestedState.StreamNotInUse) 256_nestedWrite = NestedState.StreamNotInUse; 1015if (Interlocked.Exchange(ref _nestedWrite, NestedState.StreamInUse) == NestedState.StreamInUse) 1047_nestedWrite = NestedState.StreamNotInUse;