16 references to Inherited
System.IO.FileSystem.AccessControl (2)
System\Security\AccessControl\DirectoryObjectSecurity.cs (2)
188
if ((includeExplicit && ((ace.AceFlags & AceFlags.
Inherited
) == 0)) || (includeInherited && ((ace.AceFlags & AceFlags.
Inherited
) != 0)))
System.Security.AccessControl (14)
System\Security\AccessControl\ACE.cs (1)
330
return ((AceFlags & AceFlags.
Inherited
) != 0);
System\Security\AccessControl\ACL.cs (11)
671
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
720
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
1197
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
1202
if ((newAce.AceFlags & AceFlags.
Inherited
) != 0)
1343
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
1409
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
1683
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
1770
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
2104
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
2240
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
2265
if ((ace.AceFlags & AceFlags.
Inherited
) != 0)
System\Security\AccessControl\CommonObjectSecurity.cs (2)
190
((ace.AceFlags & AceFlags.
Inherited
) == 0)) ||
192
((ace.AceFlags & AceFlags.
Inherited
) != 0)))