2 writes to _exception
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
48
_exception
??= ExceptionDispatchInfo.Capture(e);
58
_exception
= s_disposedSentinel;
2 references to _exception
System.Net.Security (2)
System\Net\Security\SslStream.cs (2)
462
public override bool IsAuthenticated => IsValidContext &&
_exception
== null && _handshakeCompleted;
896
ExceptionDispatchInfo? e =
_exception
;