2 writes to _sacl
mscorlib (2)
system\security\accesscontrol\securitydescriptor.cs (2)
892_sacl = systemAcl; 1096_sacl = value;
4 references to _sacl
mscorlib (4)
system\security\accesscontrol\securitydescriptor.cs (4)
996get { return _sacl; } 1070return _sacl; 1098if ( _sacl != null ) 1100_rawSd.SystemAcl = _sacl.RawAcl;