4 writes to CredentialsHandle
System.Net.Security (4)
System\Net\Security\TlsContext.cs (1)
179
CredentialsHandle
= null;
System\Net\Security\TlsSession.cs (3)
1685
_context!.
CredentialsHandle
= value;
1697
: ref _context!.
CredentialsHandle
);
1831
if (System.Threading.Interlocked.CompareExchange(ref _context!.
CredentialsHandle
, acquired, null) is not null)
3 references to CredentialsHandle
System.Net.Security (3)
System\Net\Security\TlsContext.cs (1)
178
CredentialsHandle
?.Dispose();
System\Net\Security\TlsSession.cs (2)
1014
_context!.
CredentialsHandle
,
1820
if (_context!.
CredentialsHandle
is not null)