2 references to GetThreadLocalContext
mscorlib (2)
system\threading\synchronizationcontext.cs (2)
252return Thread.CurrentThread.GetExecutionContextReader().SynchronizationContext ?? GetThreadLocalContext(); 262return Thread.CurrentThread.GetExecutionContextReader().SynchronizationContextNoFlow ?? GetThreadLocalContext();