9 references to Arg_ReflectionOnlyCA
System.Reflection.MetadataLoadContext (9)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (3)
208
public sealed override object[] GetCustomAttributes(bool inherit) => throw new InvalidOperationException(SR.
Arg_ReflectionOnlyCA
);
209
public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new InvalidOperationException(SR.
Arg_ReflectionOnlyCA
);
210
public sealed override bool IsDefined(Type attributeType, bool inherit) => throw new InvalidOperationException(SR.
Arg_ReflectionOnlyCA
);
System\Reflection\TypeLoading\Modules\RoModule.cs (3)
66
public sealed override object[] GetCustomAttributes(bool inherit) => throw new InvalidOperationException(SR.
Arg_ReflectionOnlyCA
);
67
public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new InvalidOperationException(SR.
Arg_ReflectionOnlyCA
);
68
public sealed override bool IsDefined(Type attributeType, bool inherit) => throw new InvalidOperationException(SR.
Arg_ReflectionOnlyCA
);
System\Reflection\TypeLoading\Types\RoType.cs (3)
369
public sealed override object[] GetCustomAttributes(bool inherit) => throw new InvalidOperationException(SR.
Arg_ReflectionOnlyCA
);
370
public sealed override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new InvalidOperationException(SR.
Arg_ReflectionOnlyCA
);
371
public sealed override bool IsDefined(Type attributeType, bool inherit) => throw new InvalidOperationException(SR.
Arg_ReflectionOnlyCA
);