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