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)
222private bool IsAuthenticatedCore => _context != null && HandshakeComplete && _exception == null && _remoteOk; 577ExceptionDispatchInfo? e = _exception; 703if (_exception == null || !(_exception.SourceException is ObjectDisposedException))