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