17 references to StreamNotInUse
System.Net.Security (17)
System\Net\Security\SslStream.cs (1)
767
_nestedRead = NestedState.
StreamNotInUse
;
System\Net\Security\SslStream.IO.cs (16)
65
if (Interlocked.Exchange(ref _nestedRead, NestedState.StreamDisposed) == NestedState.
StreamNotInUse
&&
66
Interlocked.Exchange(ref _nestedAuth, NestedState.StreamDisposed) == NestedState.
StreamNotInUse
)
194
if (Interlocked.CompareExchange(ref _nestedAuth, NestedState.StreamInUse, NestedState.
StreamNotInUse
) != NestedState.
StreamNotInUse
)
200
if (Interlocked.CompareExchange(ref _nestedRead, NestedState.StreamInUse, NestedState.
StreamNotInUse
) != NestedState.
StreamNotInUse
)
207
if (Interlocked.Exchange(ref _nestedWrite, NestedState.StreamInUse) != NestedState.
StreamNotInUse
)
209
_nestedRead = NestedState.
StreamNotInUse
;
272
_nestedRead = NestedState.
StreamNotInUse
;
273
_nestedWrite = NestedState.
StreamNotInUse
;
385
_nestedAuth = NestedState.
StreamNotInUse
;
805
if (_sslAuthenticationOptions.AllowRenegotiation || SslProtocol == SslProtocols.Tls13 || _nestedAuth != NestedState.
StreamNotInUse
)
828
if (Interlocked.CompareExchange(ref _nestedRead, NestedState.StreamInUse, NestedState.
StreamNotInUse
) != NestedState.
StreamNotInUse
)
955
_nestedRead = NestedState.
StreamNotInUse
;
993
_nestedWrite = NestedState.
StreamNotInUse
;