2 writes to m_CurrentCulture
mscorlib (2)
system\threading\thread.cs (2)
202
Thread.CurrentThread.
m_CurrentCulture
= args.CurrentValue;
1322
m_CurrentCulture
= value;
1 reference to m_CurrentCulture
mscorlib (1)
system\threading\thread.cs (1)
1336
if (
m_CurrentCulture
== null) {