2 writes to _ExecutionContext
System (2)
net\System\Net\_TLSstream.cs (2)
52
_ExecutionContext
= executionContext;
55
_ExecutionContext
= ExecutionContext.Capture();
3 references to _ExecutionContext
System (3)
net\System\Net\_TLSstream.cs (3)
53
if (
_ExecutionContext
== null)
489
if (
_ExecutionContext
!= null)
491
ExecutionContext.Run(
_ExecutionContext
.CreateCopy(), new ContextCallback(CallProcessAuthentication), handshakeResult);