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