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)
66
if (
_pendingFdSocket
is null)
91
_options.SocketHandle =
_pendingFdSocket
;
114
if (
_pendingFdSocket
is null)
130
_peekBio = Interop.Ssl.BioNewSocketReplay(
_pendingFdSocket
, ReadOnlySpan<byte>.Empty);
182
_options.SocketHandle =
_pendingFdSocket
;