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