5 writes to thread
System.Management (5)
System\Management\InteropClasses\WMIInterop.cs (5)
1581
this.
thread
= null;
1604
this.
thread
= new Thread(new ThreadStart(ThreadEntryPointMethodWithReturn));
1620
this.
thread
= new Thread(new ThreadStart(ThreadEntryPointMethodWithReturnAndParam));
1636
this.
thread
= new Thread(new ThreadStart(ThreadEntryPoint));
1652
this.
thread
= new Thread(new ThreadStart(ThreadEntryPointMethodWithParam));
6 references to thread
System.Management (6)
System\Management\InteropClasses\WMIInterop.cs (6)
1605
this.
thread
.SetApartmentState(aptState);
1621
this.
thread
.SetApartmentState(aptState);
1637
this.
thread
.SetApartmentState(aptState);
1653
this.
thread
.SetApartmentState(aptState);
1663
this.
thread
.Start();
1664
this.
thread
.Join();