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