8 writes to _nestedRead
System.Net.Security (8)
System\Net\Security\SslStream.cs (2)
746
if (Interlocked.Exchange(ref
_nestedRead
, NestedState.StreamInUse) == NestedState.StreamInUse)
767
_nestedRead
= NestedState.StreamNotInUse;
System\Net\Security\SslStream.IO.cs (6)
66
if (Interlocked.Exchange(ref
_nestedRead
, NestedState.StreamDisposed) == NestedState.StreamNotInUse &&
201
if (Interlocked.CompareExchange(ref
_nestedRead
, NestedState.StreamInUse, NestedState.StreamNotInUse) != NestedState.StreamNotInUse)
210
_nestedRead
= NestedState.StreamNotInUse;
273
_nestedRead
= NestedState.StreamNotInUse;
852
if (Interlocked.CompareExchange(ref
_nestedRead
, NestedState.StreamInUse, NestedState.StreamNotInUse) != NestedState.StreamNotInUse)
988
_nestedRead
= NestedState.StreamNotInUse;
2 references to _nestedRead
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
203
ObjectDisposedException.ThrowIf(
_nestedRead
== NestedState.StreamDisposed, this);
854
ObjectDisposedException.ThrowIf(
_nestedRead
== NestedState.StreamDisposed, this);