2 writes to _aces
System.Security.AccessControl (2)
System\Security\AccessControl\ACL.cs (2)
221_aces = new List<GenericAce>(count); 286_aces = new List<GenericAce>(capacity);
11 references to _aces
System.Security.AccessControl (11)
System\Security\AccessControl\ACL.cs (11)
208[MemberNotNull(nameof(_aces))] 236_aces.Add(ace); 305get { return _aces.Count; } 317GenericAce ace = _aces[i]; 334GenericAce ace = _aces[i]; 363return _aces[index]; 382int newBinaryLength = BinaryLength - (index < _aces.Count ? _aces[index].BinaryLength : 0) + value.BinaryLength; 389_aces[index] = value; 403_aces.Insert(index, ace); 409_aces.RemoveAt(index);