2 references to
mscorlib (2)
system\security\accesscontrol\acl.cs (2)
2964: base( isContainer, isDS, rawAcl, trusted, false ) 3119: base( isContainer, isDS, rawAcl == null ? new RawAcl( isDS ? AclRevisionDS : AclRevision, 0 ) : rawAcl, trusted, true )