18 references to MarshallerType
ILCompiler.ReadyToRun (18)
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.cs (2)
222MarshallerType marshallerType, 229bool isField = marshallerType == MarshallerType.Field;
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (15)
31public MarshallerType MarshallerType; 230MarshallerType marshallerType, 339MarshallerType marshallerType, 346MarshallerKind marshallerKind = MarshalHelpers.GetDisabledMarshallerKind(parameterType, marshallerType is MarshallerType.Field); 417MarshallerType.Argument, 434MarshallerType.Argument, 530case MarshallerType.Argument: EmitArgumentMarshallingIL(); return; 531case MarshallerType.Element: EmitElementMarshallingIL(); return; 532case MarshallerType.Field: EmitFieldMarshallingIL(); return; 1128_elementMarshaller.MarshallerType = MarshallerType.Element; 1157&& MarshallerType == MarshallerType.Argument 1553if (IsManagedByRef || (MarshalDirection == MarshalDirection.Reverse && MarshallerType == MarshallerType.Argument)) 1619&& MarshallerType == MarshallerType.Argument 1818&& MarshallerType == MarshallerType.Argument 2105&& MarshallerType == MarshallerType.Argument)
parent\parent\Common\TypeSystem\Interop\IL\MarshalUtils.cs (1)
56MarshallerType.Field,