4 references to InvalidOperation_NotAllowedInDynamicMethod
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\DynamicMethod.cs (1)
324public override RuntimeMethodHandle MethodHandle => throw new InvalidOperationException(SR.InvalidOperation_NotAllowedInDynamicMethod);
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
383throw new NotSupportedException(SR.InvalidOperation_NotAllowedInDynamicMethod); 388throw new NotSupportedException(SR.InvalidOperation_NotAllowedInDynamicMethod); 393throw new NotSupportedException(SR.InvalidOperation_NotAllowedInDynamicMethod);