1 write to _executionContext
mscorlib (1)
system\threading\threadpool.cs (1)
1299
_executionContext
= ExecutionContext.Capture(
2 references to _executionContext
mscorlib (2)
system\threading\threadpool.cs (2)
1330
if (helper.
_executionContext
== null)
1337
using (ExecutionContext executionContext = helper.
_executionContext
.CreateCopy())