4 references to Field
ILCompiler.ReadyToRun (4)
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (1)
229
bool isField = marshallerType == MarshallerType.
Field
;
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (2)
346
MarshallerKind marshallerKind = MarshalHelpers.GetDisabledMarshallerKind(parameterType, marshallerType is MarshallerType.
Field
);
532
case MarshallerType.
Field
: EmitFieldMarshallingIL(); return;
parent\parent\Common\TypeSystem\Interop\IL\MarshalUtils.cs (1)
56
MarshallerType.
Field
,