2 writes to cleanupThread
System.Management (2)
Instrumentation\Instrumentation.cs (2)
496
cleanupThread
= new Thread(new ThreadStart(Cleanup));
599
cleanupThread
= null;
3 references to cleanupThread
System.Management (3)
Instrumentation\Instrumentation.cs (3)
490
if(
cleanupThread
== null)
497
cleanupThread
.SetApartmentState(ApartmentState.MTA);
498
cleanupThread
.Start();