1 write to _context
System.Net.Security (1)
System\Net\Security\TlsSession.cs (1)
174
_context
= context;
24 references to _context
System.Net.Security (24)
System\Net\Security\TlsSession.cs (23)
172
Debug.Assert(
_context
is null);
215
if (
_context
!.IsServer)
224
if (
_context
!.IsServer)
618
if (
_context
is null)
624
if (!
_context
!.IsServer)
697
if (
_context
!.IsServer)
728
if (
_context
is null ||
_context
.IsServer || _securityContext is null)
777
if (
_context
!.IsServer)
881
bool isInitialClientCall = !
_context
!.IsServer && _securityContext is null;
909
if (
_context
!.IsServer)
1014
_context
!.CredentialsHandle,
1026
if (
_context
!.IsServer)
1410
if (!
_context
!.IsServer)
1492
if (
_context
!.IsServer)
1581
if (
_context
is null)
1673
internal TlsContext Context =>
_context
!;
1685
_context
!.CredentialsHandle = value;
1697
: ref
_context
!.CredentialsHandle);
1708
if (
_context
!.IsServer)
1820
if (
_context
!.CredentialsHandle is not null)
1831
if (System.Threading.Interlocked.CompareExchange(ref
_context
!.CredentialsHandle, acquired, null) is not null)
1852
if (
_context
!.IsServer)
System\Net\Security\TlsSession.OpenSsl.cs (1)
48
if (
_context
!.IsServer && (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello))