2 writes to _handshakeWaiter
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
186
_handshakeWaiter
= null;
811
_handshakeWaiter
= new TaskCompletionSource<bool>(TaskCreationOptions.RunContinuationsAsynchronously);
4 references to _handshakeWaiter
System.Net.Security (4)
System\Net\Security\SslStream.IO.cs (4)
93
if (
_handshakeWaiter
!= null)
185
_handshakeWaiter
!.SetResult(true);
637
TaskCompletionSource<bool>? waiter =
_handshakeWaiter
;
888
if (
_handshakeWaiter
== null)