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