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