2 writes to _aces
System.Security.AccessControl (2)
System\Security\AccessControl\ACL.cs (2)
313_aces = new List<GenericAce>(count); 396_aces = new List<GenericAce>(capacity);
11 references to _aces
System.Security.AccessControl (11)
System\Security\AccessControl\ACL.cs (11)
294[MemberNotNull(nameof(_aces))] 331_aces.Add(ace); 428get { return _aces.Count; } 443GenericAce ace = _aces[i]; 470GenericAce ace = _aces[i]; 505return _aces[index]; 527int newBinaryLength = BinaryLength - (index < _aces.Count ? _aces[index].BinaryLength : 0) + value.BinaryLength; 534_aces[index] = value; 551_aces.Insert(index, ace); 560_aces.RemoveAt(index);