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)
391throw new NotSupportedException(SR.InvalidOperation_NotAllowedInDynamicMethod); 396throw new NotSupportedException(SR.InvalidOperation_NotAllowedInDynamicMethod); 401throw new NotSupportedException(SR.InvalidOperation_NotAllowedInDynamicMethod);