3 writes to _pendingFdSocket
System.Net.Security (3)
System\Net\Security\TlsSession.OpenSsl.cs (3)
50_pendingFdSocket = socket; 92_pendingFdSocket = null; 183_pendingFdSocket = null;
5 references to _pendingFdSocket
System.Net.Security (5)
System\Net\Security\TlsSession.OpenSsl.cs (5)
66if (_pendingFdSocket is null) 91_options.SocketHandle = _pendingFdSocket; 114if (_pendingFdSocket is null) 130_peekBio = Interop.Ssl.BioNewSocketReplay(_pendingFdSocket, ReadOnlySpan<byte>.Empty); 182_options.SocketHandle = _pendingFdSocket;