16 references to Inherited
System.IO.FileSystem.AccessControl (2)
System\Security\AccessControl\DirectoryObjectSecurity.cs (2)
188if ((includeExplicit && ((ace.AceFlags & AceFlags.Inherited) == 0)) || (includeInherited && ((ace.AceFlags & AceFlags.Inherited) != 0)))
System.Security.AccessControl (14)
System\Security\AccessControl\ACE.cs (1)
424return ((this.AceFlags & AceFlags.Inherited) != 0);
System\Security\AccessControl\ACL.cs (11)
861if ((ace.AceFlags & AceFlags.Inherited) != 0) 918if ((ace.AceFlags & AceFlags.Inherited) != 0) 1472if ((ace.AceFlags & AceFlags.Inherited) != 0) 1477if ((newAce.AceFlags & AceFlags.Inherited) != 0) 1656if ((ace.AceFlags & AceFlags.Inherited) != 0) 1737if ((ace.AceFlags & AceFlags.Inherited) != 0) 2080if ((ace.AceFlags & AceFlags.Inherited) != 0) 2200if ((ace.AceFlags & AceFlags.Inherited) != 0) 2608if ((ace.AceFlags & AceFlags.Inherited) != 0) 2793if ((ace.AceFlags & AceFlags.Inherited) != 0) 2824if ((ace.AceFlags & AceFlags.Inherited) != 0)
System\Security\AccessControl\CommonObjectSecurity.cs (2)
212((ace.AceFlags & AceFlags.Inherited) == 0)) || 214((ace.AceFlags & AceFlags.Inherited) != 0)))