3 writes to thread
mscorlib (3)
system\threading\executioncontext.cs (3)
375
thread
= null; // this will prevent the switcher object being used again
1011
ecsw.
thread
= currentThread;
1038
ecsw.
thread
= currentThread;
3 references to thread
mscorlib (3)
system\threading\executioncontext.cs (3)
332
if (
thread
== null)
335
Contract.Assert(Thread.CurrentThread == this.
thread
);
336
Thread currentThread = this.
thread
;