2 references to Argument_NotMethodCallOpcode
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
252
throw new ArgumentException(SR.
Argument_NotMethodCallOpcode
, nameof(opcode));
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
610
throw new ArgumentException(SR.
Argument_NotMethodCallOpcode
, nameof(opcode));