8 references to NoPropagateInherit
mscorlib (8)
system\security\accesscontrol\ace.cs (3)
67
InheritanceFlags = ObjectInherit | ContainerInherit |
NoPropagateInherit
| InheritOnly,
226
flags |= AceFlags.
NoPropagateInherit
;
489
if (( this.AceFlags & AceFlags.
NoPropagateInherit
) != 0 )
system\security\accesscontrol\acl.cs (5)
717
if (( aceFlags & AceFlags.
NoPropagateInherit
) != 0 )
754
aceFlags |= AceFlags.
NoPropagateInherit
;
1085
AceFlags.
NoPropagateInherit
|
1141
if ((( ace.AceFlags & AceFlags.
NoPropagateInherit
) != 0 ) &&
1145
unchecked { ace.AceFlags &= ~AceFlags.
NoPropagateInherit
; }