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