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