2 writes to _exception
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
44_exception ??= ExceptionDispatchInfo.Capture(e); 54_exception = s_disposedSentinel;
2 references to _exception
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
460public override bool IsAuthenticated => IsValidContext && _exception == null && _handshakeCompleted; 888ExceptionDispatchInfo? e = _exception;