2 references to ExecutionContextCallback
mscorlib (2)
system\threading\CancellationTokenSource.cs (2)
1009
if (callback == null) s_executionContextCallback = callback = new ContextCallback(
ExecutionContextCallback
);
1019
ExecutionContextCallback
(this);