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