3 writes to threadReturn
System.Management (3)
InteropClasses\WMIInterop.cs (3)
2369
this.
threadReturn
= null ;
2489
this.
threadReturn
= this.threadWorkerMethodWithReturn ( ) ;
2507
this.
threadReturn
= this.threadWorkerMethodWithReturnAndParam ( this.threadParams) ;
1 reference to threadReturn
System.Management (1)
InteropClasses\WMIInterop.cs (1)
2244
return this.
threadReturn
;