4 writes to _threadHandle
System.Security.AccessControl (4)
System\Security\AccessControl\Privilege.cs (4)
185
out
_threadHandle
);
192
_threadHandle
= threadHandleBefore;
210
ref
_threadHandle
))
290
_threadHandle
= null!;
5 references to _threadHandle
System.Security.AccessControl (5)
System\Security\AccessControl\Privilege.cs (5)
181
SafeTokenHandle? threadHandleBefore =
_threadHandle
;
219
error = SetThreadToken(
_threadHandle
);
287
if (
_threadHandle
!= null)
289
_threadHandle
.Dispose();
328
return
_threadHandle
!;