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