5 references to StreamDisposed
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (5)
61if (Interlocked.Exchange(ref _nestedRead, StreamDisposed) == StreamNotInUse && 62Interlocked.Exchange(ref _nestedAuth, StreamDisposed) == StreamNotInUse) 170ObjectDisposedException.ThrowIf(_nestedAuth == StreamDisposed, this); 176ObjectDisposedException.ThrowIf(_nestedRead == StreamDisposed, this); 804ObjectDisposedException.ThrowIf(_nestedRead == StreamDisposed, this);