4 writes to _exception
System.Net.Security (4)
System\Net\Security\NegotiateStream.cs (4)
80_exception = s_disposedSentinel; 93_exception = s_disposedSentinel; 660_exception = null; 711_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; 582ExceptionDispatchInfo? e = _exception; 709if (_exception == null || !(_exception.SourceException is ObjectDisposedException))