2 writes to _handshakeWaiter
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (1)
169
_handshakeWaiter
= null;
System\Net\Security\SslStream.Protocol.cs (1)
1106
_handshakeWaiter
= new TaskCompletionSource<bool>(TaskCreationOptions.RunContinuationsAsynchronously);
5 references to _handshakeWaiter
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (4)
168
_handshakeWaiter
!.SetResult(true);
736
TaskCompletionSource<bool>? waiter =
_handshakeWaiter
;
943
Span<byte> destination =
_handshakeWaiter
== null ? buffer.Span : default;
963
if (
_handshakeWaiter
== null)
System\Net\Security\SslStream.Protocol.cs (1)
1021
if (
_handshakeWaiter
!= null)