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)
117
if (helper == null || helper.
_executionContext
== null || helper.
_executionContext
.IsDefaultFTContext(true))
129
using (ExecutionContext executionContext = helper.
_executionContext
.CreateCopy())