5 references to ExecutionContext
mscorlib (5)
system\threading\executioncontext.cs (4)
973
executionContext = new
ExecutionContext
();
1097
ExecutionContext ec = new
ExecutionContext
();
1132
ExecutionContext ec = new
ExecutionContext
();
1307
ExecutionContext ecNew = new
ExecutionContext
();
system\threading\thread.cs (1)
408
m_ExecutionContext = new
ExecutionContext
();