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