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)
330return ((AceFlags & AceFlags.Inherited) != 0);
System\Security\AccessControl\ACL.cs (11)
671if ((ace.AceFlags & AceFlags.Inherited) != 0) 720if ((ace.AceFlags & AceFlags.Inherited) != 0) 1197if ((ace.AceFlags & AceFlags.Inherited) != 0) 1202if ((newAce.AceFlags & AceFlags.Inherited) != 0) 1343if ((ace.AceFlags & AceFlags.Inherited) != 0) 1409if ((ace.AceFlags & AceFlags.Inherited) != 0) 1683if ((ace.AceFlags & AceFlags.Inherited) != 0) 1770if ((ace.AceFlags & AceFlags.Inherited) != 0) 2104if ((ace.AceFlags & AceFlags.Inherited) != 0) 2240if ((ace.AceFlags & AceFlags.Inherited) != 0) 2265if ((ace.AceFlags & AceFlags.Inherited) != 0)
System\Security\AccessControl\CommonObjectSecurity.cs (2)
190((ace.AceFlags & AceFlags.Inherited) == 0)) || 192((ace.AceFlags & AceFlags.Inherited) != 0)))