5 references to Argument_ConstantDoesntMatch
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
271
throw new ArgumentException(SR.
Argument_ConstantDoesntMatch
);
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (4)
221
throw new ArgumentException(SR.
Argument_ConstantDoesntMatch
);
230
throw new ArgumentException(SR.
Argument_ConstantDoesntMatch
);
240
throw new ArgumentException(SR.
Argument_ConstantDoesntMatch
);
249
throw new ArgumentException(SR.
Argument_ConstantDoesntMatch
);