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