4 writes to m_ExecutionContext
mscorlib (4)
system\threading\thread.cs (4)
408
m_ExecutionContext
= new ExecutionContext();
413
m_ExecutionContext
= copy;
424
m_ExecutionContext
= value;
432
m_ExecutionContext
= value.DangerousGetRawExecutionContext();
5 references to m_ExecutionContext
mscorlib (5)
system\threading\thread.cs (5)
365
return new ExecutionContext.Reader(
m_ExecutionContext
);
392
result =
m_ExecutionContext
;
406
if (
m_ExecutionContext
== null)
412
ExecutionContext copy =
m_ExecutionContext
.CreateMutableCopy();
417
return
m_ExecutionContext
;