6 references to AccessAllowedObject
mscorlib (6)
system\security\accesscontrol\ace.cs (5)
320
else if ( type == AceType.
AccessAllowedObject
||
1167
case AceType.
AccessAllowedObject
:
1792
return isCallback ? AceType.AccessAllowedCallbackObject : AceType.
AccessAllowedObject
;
1895
if ( type == AceType.
AccessAllowedObject
||
1918
if ( type == AceType.
AccessAllowedObject
||
system\security\accesscontrol\acl.cs (1)
914
else if ( type == AceType.
AccessAllowedObject
||