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