3 writes to _pendingFdSocket
System.Net.Security (3)
System\Net\Security\TlsSession.OpenSsl.cs (3)
62_pendingFdSocket = socket; 104_pendingFdSocket = null; 192_pendingFdSocket = null;
5 references to _pendingFdSocket
System.Net.Security (5)
System\Net\Security\TlsSession.OpenSsl.cs (5)
78if (_pendingFdSocket is null) 103_options.SocketHandle = _pendingFdSocket; 123if (_pendingFdSocket is null) 139_peekBio = Interop.Ssl.BioNewSocketReplay(_pendingFdSocket, ReadOnlySpan<byte>.Empty); 191_options.SocketHandle = _pendingFdSocket;