3 writes to tlsContents
mscorlib (3)
system\security\accesscontrol\privilege.cs (3)
496this.tlsContents = Thread.GetData( tlsSlot ) as TlsContents; 500this.tlsContents = new TlsContents(); 727this.tlsContents = null;
10 references to tlsContents
mscorlib (10)
system\security\accesscontrol\privilege.cs (10)
498if ( this.tlsContents == null ) 501Thread.SetData( tlsSlot, this.tlsContents ); 505this.tlsContents.IncrementReferenceCount(); 521this.tlsContents.ThreadHandle, 552this.needToRevert = this.tlsContents.IsImpersonating || this.stateWasChanged; 626( this.tlsContents.ReferenceCountValue > 1 || 627!this.tlsContents.IsImpersonating )) 638this.tlsContents.ThreadHandle, 723if ( this.tlsContents != null ) 725if ( 0 == this.tlsContents.DecrementReferenceCount())