3 references to AsyncLocal
mscorlib (3)
system\diagnostics\eventing\activitytracker.cs (1)
231m_current = new AsyncLocal<ActivityInfo>(ActivityChanging);
system\threading\thread.cs (2)
1204Interlocked.CompareExchange(ref s_asyncLocalCurrentUICulture, new AsyncLocal<CultureInfo>(AsyncLocalSetCurrentUICulture), null); 1315Interlocked.CompareExchange(ref s_asyncLocalCurrentCulture, new AsyncLocal<CultureInfo>(AsyncLocalSetCurrentCulture), null);