2 writes to _sacl
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
654_sacl = systemAcl; 807_sacl = value;
4 references to _sacl
System.Security.AccessControl (4)
System\Security\AccessControl\SecurityDescriptor.cs (4)
722get { return _sacl; } 781return _sacl; 809if (_sacl != null) 811_rawSd.SystemAcl = _sacl.RawAcl;