3 writes to tlsContents
System.Security.AccessControl (3)
System\Security\AccessControl\Privilege.cs (3)
424
this.
tlsContents
= t_tlsSlotData;
428
this.
tlsContents
= new TlsContents();
589
this.
tlsContents
= null;
10 references to tlsContents
System.Security.AccessControl (10)
System\Security\AccessControl\Privilege.cs (10)
426
if (this.
tlsContents
== null)
429
t_tlsSlotData = this.
tlsContents
;
433
this.
tlsContents
.IncrementReferenceCount();
449
this.
tlsContents
.ThreadHandle,
480
this.needToRevert = this.
tlsContents
.IsImpersonating || this.stateWasChanged;
535
(this.
tlsContents
!.ReferenceCountValue > 1 ||
536
!this.
tlsContents
.IsImpersonating))
544
this.
tlsContents
.ThreadHandle,
585
if (this.
tlsContents
!= null)
587
if (0 == this.
tlsContents
.DecrementReferenceCount())