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; 1031if (Interlocked.Exchange(ref _nestedWrite, NestedState.StreamInUse) == NestedState.StreamInUse) 1063_nestedWrite = NestedState.StreamNotInUse;