4 writes to _exception
System.Net.Security (4)
System\Net\Security\NegotiateStream.cs (4)
80
_exception
= s_disposedSentinel;
93
_exception
= s_disposedSentinel;
655
_exception
= null;
705
_exception
= ExceptionDispatchInfo.Capture(e);
4 references to _exception
System.Net.Security (4)
System\Net\Security\NegotiateStream.cs (4)
222
private bool IsAuthenticatedCore => _context != null && HandshakeComplete &&
_exception
== null && _remoteOk;
577
ExceptionDispatchInfo? e =
_exception
;
703
if (
_exception
== null || !(
_exception
.SourceException is ObjectDisposedException))