2 instantiations of CustomTypeMarshallers
Microsoft.Interop.SourceGeneration (2)
ManualTypeMarshallingHelper.cs (1)
233marshallers = new CustomTypeMarshallers()
MarshallingAttributeInfo.cs (1)
179new CustomTypeMarshallers(ImmutableDictionary<MarshalMode, CustomTypeMarshallerData>.Empty.Add(
17 references to CustomTypeMarshallers
Microsoft.Interop.SourceGeneration (17)
ArrayMarshallingInfoProvider.cs (1)
73if (ManualTypeMarshallingHelper.TryGetLinearCollectionMarshallersFromEntryType(arrayMarshaller, managedType, compilation, getMarshallingInfoForElement, out CustomTypeMarshallers? marshallers))
ComInterfaceMarshallingInfoProvider.cs (1)
43if (ManualTypeMarshallingHelper.TryGetValueMarshallersFromEntryType(comInterfaceMarshaller, interfaceType, compilation, out CustomTypeMarshallers? marshallers))
CustomMarshallingInfoHelper.cs (4)
79if (ManualTypeMarshallingHelper.TryGetLinearCollectionMarshallersFromEntryType(entryPointType, type, compilation, getMarshallingInfoForElement, out CustomTypeMarshallers? collectionMarshallers)) 105if (ManualTypeMarshallingHelper.TryGetValueMarshallersFromEntryType(entryPointType, type, compilation, out CustomTypeMarshallers? marshallers)) 162if (ManualTypeMarshallingHelper.TryGetValueMarshallersFromEntryType(entryPointType, type, compilation, out CustomTypeMarshallers? marshallers)) 181if (ManualTypeMarshallingHelper.TryGetValueMarshallersFromEntryType(marshallerType, type, compilation, out CustomTypeMarshallers? marshallers))
ManualTypeMarshallingHelper.cs (7)
27public bool Equals(CustomTypeMarshallers other) 98out CustomTypeMarshallers? marshallers) 108out CustomTypeMarshallers? marshallers) 118out CustomTypeMarshallers? marshallers) 129out CustomTypeMarshallers? marshallers) 139out CustomTypeMarshallers? marshallers) 152out CustomTypeMarshallers? marshallers)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
131private CustomTypeMarshallerData GetMarshallerDataForTypePositionInfo(CustomTypeMarshallers marshallers, TypePositionInfo info, StubCodeContext context)
MarshallingAttributeInfo.cs (2)
112CustomTypeMarshallers Marshallers) : MarshallingInfo; 119CustomTypeMarshallers Marshallers,
SafeHandleMarshallingInfoProvider.cs (1)
68out CustomTypeMarshallers? marshallers))