6 references to Field
ILCompiler.Compiler (6)
parent\parent\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (1)
180
MarshallerType.
Field
,
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.Aot.cs (1)
76
MarshallerType.
Field
,
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
,