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