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