6 writes to threadParams
System.Management (6)
System\Management\InteropClasses\WMIInterop.cs (6)
1437
this.
threadParams
= value;
1583
this.
threadParams
= null;
1602
this.
threadParams
= threadParams;
1618
this.
threadParams
= threadParams;
1634
this.
threadParams
= threadParams;
1650
this.
threadParams
= threadParams;
3 references to threadParams
System.Management (3)
System\Management\InteropClasses\WMIInterop.cs (3)
1433
return this.
threadParams
;
1694
this.threadWorkerMethodWithParam(this.
threadParams
);
1730
this.threadReturn = this.threadWorkerMethodWithReturnAndParam(this.
threadParams
);