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