1 write to _executionContext
mscorlib (1)
system\threading\overlapped.cs (1)
84_executionContext = ExecutionContext.Capture(
3 references to _executionContext
mscorlib (3)
system\threading\overlapped.cs (3)
117if (helper == null || helper._executionContext == null || helper._executionContext.IsDefaultFTContext(true)) 129using (ExecutionContext executionContext = helper._executionContext.CreateCopy())