1 write to _context
System.Net.Security (1)
System\Net\Security\TlsSession.cs (1)
194
_context
= context;
25 references to _context
System.Net.Security (25)
System\Net\Security\TlsSession.cs (23)
192
Debug.Assert(
_context
is null);
235
if (
_context
!.IsServer)
244
if (
_context
!.IsServer)
649
if (
_context
is null)
655
if (!
_context
!.IsServer)
728
if (
_context
!.IsServer)
759
if (
_context
is null ||
_context
.IsServer || _securityContext is null)
808
if (
_context
!.IsServer)
912
bool isInitialClientCall = !
_context
!.IsServer && _securityContext is null;
940
if (
_context
!.IsServer)
1045
_context
!.CredentialsHandle,
1057
if (
_context
!.IsServer)
1452
if (!
_context
!.IsServer)
1574
if (
_context
!.IsServer)
1663
if (
_context
is null)
1755
internal TlsContext Context =>
_context
!;
1767
_context
!.CredentialsHandle = value;
1779
: ref
_context
!.CredentialsHandle);
1790
if (
_context
!.IsServer)
1902
if (
_context
!.CredentialsHandle is not null)
1913
if (System.Threading.Interlocked.CompareExchange(ref
_context
!.CredentialsHandle, acquired, null) is not null)
1934
if (
_context
!.IsServer)
System\Net\Security\TlsSession.OpenSsl.cs (2)
60
if (
_context
!.IsServer && (!_hasServerOptions || LocalAppContextSwitches.CaptureClientHello))
349
if (!
_context
!.IsServer)