3 references to s_disposedSentinel
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (3)
80
_exception =
s_disposedSentinel
;
93
_exception =
s_disposedSentinel
;
588
ObjectDisposedException.ThrowIf(ReferenceEquals(e,
s_disposedSentinel
), this);