1 write to _context
System.Net.Security (1)
System\Net\Security\TlsSession.cs (1)
180
_context
= context;
24 references to _context
System.Net.Security (24)
System\Net\Security\TlsSession.cs (23)
178
Debug.Assert(
_context
is null);
221
if (
_context
!.IsServer)
230
if (
_context
!.IsServer)
624
if (
_context
is null)
630
if (!
_context
!.IsServer)
703
if (
_context
!.IsServer)
734
if (
_context
is null ||
_context
.IsServer || _securityContext is null)
783
if (
_context
!.IsServer)
887
bool isInitialClientCall = !
_context
!.IsServer && _securityContext is null;
915
if (
_context
!.IsServer)
1020
_context
!.CredentialsHandle,
1032
if (
_context
!.IsServer)
1416
if (!
_context
!.IsServer)
1498
if (
_context
!.IsServer)
1587
if (
_context
is null)
1679
internal TlsContext Context =>
_context
!;
1691
_context
!.CredentialsHandle = value;
1703
: ref
_context
!.CredentialsHandle);
1714
if (
_context
!.IsServer)
1826
if (
_context
!.CredentialsHandle is not null)
1837
if (System.Threading.Interlocked.CompareExchange(ref
_context
!.CredentialsHandle, acquired, null) is not null)
1858
if (
_context
!.IsServer)
System\Net\Security\TlsSession.OpenSsl.cs (1)
48
if (
_context
!.IsServer && (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello))