2 writes to context
mscorlib (2)
system\threading\threadpool.cs (2)
1218
context
= ExecutionContext.Capture(
1231
context
= ec;
2 references to context
mscorlib (2)
system\threading\threadpool.cs (2)
1242
if (
context
== null)
1250
ExecutionContext.Run(
context
, ccb, this, true);