4 writes to threadHandle
System.Security.AccessControl (4)
System\Security\AccessControl\Privilege.cs (4)
196
out this.
threadHandle
);
203
this.
threadHandle
= threadHandleBefore;
221
ref this.
threadHandle
))
304
this.
threadHandle
= null!;
5 references to threadHandle
System.Security.AccessControl (5)
System\Security\AccessControl\Privilege.cs (5)
192
SafeTokenHandle? threadHandleBefore = this.
threadHandle
;
230
error = SetThreadToken(this.
threadHandle
);
301
if (this.
threadHandle
!= null)
303
this.
threadHandle
.Dispose();
348
return this.
threadHandle
!;