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)
65
if (Interlocked.Exchange(ref
_nestedRead
, NestedState.StreamDisposed) == NestedState.StreamNotInUse &&
200
if (Interlocked.CompareExchange(ref
_nestedRead
, NestedState.StreamInUse, NestedState.StreamNotInUse) != NestedState.StreamNotInUse)
209
_nestedRead
= NestedState.StreamNotInUse;
272
_nestedRead
= NestedState.StreamNotInUse;
828
if (Interlocked.CompareExchange(ref
_nestedRead
, NestedState.StreamInUse, NestedState.StreamNotInUse) != NestedState.StreamNotInUse)
955
_nestedRead
= NestedState.StreamNotInUse;
2 references to _nestedRead
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
202
ObjectDisposedException.ThrowIf(
_nestedRead
== NestedState.StreamDisposed, this);
830
ObjectDisposedException.ThrowIf(
_nestedRead
== NestedState.StreamDisposed, this);