5 writes to thread
System.Management (5)
InteropClasses\WMIInterop.cs (5)
2362
this.
thread
= null ;
2384
this.
thread
= new Thread ( new ThreadStart ( ThreadEntryPointMethodWithReturn ) ) ;
2399
this.
thread
= new Thread ( new ThreadStart ( ThreadEntryPointMethodWithReturnAndParam ) ) ;
2414
this.
thread
= new Thread ( new ThreadStart ( ThreadEntryPoint ) ) ;
2429
this.
thread
= new Thread ( new ThreadStart ( ThreadEntryPointMethodWithParam ) ) ;
6 references to thread
System.Management (6)
InteropClasses\WMIInterop.cs (6)
2385
this.
thread
.SetApartmentState(aptState) ;
2400
this.
thread
.SetApartmentState(aptState);
2415
this.
thread
.SetApartmentState(aptState );
2430
this.
thread
.SetApartmentState( aptState );
2440
this.
thread
.Start ( ) ;
2441
this.
thread
.Join ( ) ;