4 writes to threadHandle
mscorlib (4)
system\security\accesscontrol\privilege.cs (4)
236
out this.
threadHandle
);
243
this.
threadHandle
= threadHandleBefore;
261
ref this.
threadHandle
))
348
this.
threadHandle
= null;
5 references to threadHandle
mscorlib (5)
system\security\accesscontrol\privilege.cs (5)
232
SafeAccessTokenHandle threadHandleBefore = this.
threadHandle
;
270
error = FCall.SetThreadToken( this.
threadHandle
);
345
if ( this.
threadHandle
!= null )
347
this.
threadHandle
.Dispose();
392
get { return this.
threadHandle
; }