2 writes to _handshakeWaiter
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
187_handshakeWaiter = null; 836_handshakeWaiter = new TaskCompletionSource<bool>(TaskCreationOptions.RunContinuationsAsynchronously);
4 references to _handshakeWaiter
System.Net.Security (4)
System\Net\Security\SslStream.IO.cs (4)
94if (_handshakeWaiter != null) 186_handshakeWaiter!.SetResult(true); 662TaskCompletionSource<bool>? waiter = _handshakeWaiter; 921if (_handshakeWaiter == null)