3 references to MissingMethod
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\ThrowHelper.cs (2)
23throw new TypeSystemException.MissingMethodException(ExceptionStringID.MissingMethod, Format.Method(owningType, methodName, signature)); 29throw new TypeSystemException.MissingMethodException(ExceptionStringID.MissingMethod, methodName);
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
847id = ExceptionStringID.MissingMethod;