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)
78
if (
_pendingFdSocket
is null)
103
_options.SocketHandle =
_pendingFdSocket
;
123
if (
_pendingFdSocket
is null)
139
_peekBio = Interop.Ssl.BioNewSocketReplay(
_pendingFdSocket
, ReadOnlySpan<byte>.Empty);
191
_options.SocketHandle =
_pendingFdSocket
;