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)
1094
_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);
707
TaskCompletionSource<bool>? waiter =
_handshakeWaiter
;
914
Span<byte> destination =
_handshakeWaiter
== null ? buffer.Span : default;
934
if (
_handshakeWaiter
== null)
System\Net\Security\SslStream.Protocol.cs (1)
1009
if (
_handshakeWaiter
!= null)