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)
53if (_ExecutionContext == null) 489if (_ExecutionContext != null) 491ExecutionContext.Run(_ExecutionContext.CreateCopy(), new ContextCallback(CallProcessAuthentication), handshakeResult);