2 writes to _sacl
System.Security.AccessControl (2)
System\Security\AccessControl\SecurityDescriptor.cs (2)
859_sacl = systemAcl; 1056_sacl = value;
4 references to _sacl
System.Security.AccessControl (4)
System\Security\AccessControl\SecurityDescriptor.cs (4)
956get { return _sacl; } 1030return _sacl; 1058if (_sacl != null) 1060_rawSd.SystemAcl = _sacl.RawAcl;