1 write to s_asyncLocalCurrentCulture
mscorlib (1)
system\threading\thread.cs (1)
1315Interlocked.CompareExchange(ref s_asyncLocalCurrentCulture, new AsyncLocal<CultureInfo>(AsyncLocalSetCurrentCulture), null);
2 references to s_asyncLocalCurrentCulture
mscorlib (2)
system\threading\thread.cs (2)
1313if (s_asyncLocalCurrentCulture == null) 1318s_asyncLocalCurrentCulture.Value = value;