1 write to m_Context
mscorlib (1)
system\threading\thread.cs (1)
1384m_Context = Context.DefaultContext;
4 references to m_Context
mscorlib (4)
system\threading\thread.cs (4)
1382if (m_Context == null) 1386return m_Context; 1479Contract.Assert(CurrentThread.m_Context == null || CurrentThread.m_Context.AppDomain == ad, "AppDomains on the managed & unmanaged threads should match");