2 references to MissingField
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Common\ThrowHelper.cs (1)
35
throw new TypeSystemException.MissingFieldException(ExceptionStringID.
MissingField
, Format.Field(owningType, fieldName));
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
842
id = ExceptionStringID.
MissingField
;