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