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