4 references to TryGetValueMarshallersFromEntryType
Microsoft.Interop.SourceGeneration (4)
ComInterfaceMarshallingInfoProvider.cs (1)
43
if (ManualTypeMarshallingHelper.
TryGetValueMarshallersFromEntryType
(comInterfaceMarshaller, interfaceType, compilation, out CustomTypeMarshallers? marshallers))
CustomMarshallingInfoHelper.cs (3)
105
if (ManualTypeMarshallingHelper.
TryGetValueMarshallersFromEntryType
(entryPointType, type, compilation, out CustomTypeMarshallers? marshallers))
162
if (ManualTypeMarshallingHelper.
TryGetValueMarshallersFromEntryType
(entryPointType, type, compilation, out CustomTypeMarshallers? marshallers))
181
if (ManualTypeMarshallingHelper.
TryGetValueMarshallersFromEntryType
(marshallerType, type, compilation, out CustomTypeMarshallers? marshallers))