2 references to s_disposedSentinel
System.Net.Security (2)
System\Net\Security\SslStream.cs (1)
907
ObjectDisposedException.ThrowIf(ReferenceEquals(e,
s_disposedSentinel
), this);
System\Net\Security\SslStream.IO.cs (1)
58
_exception =
s_disposedSentinel
;