4 references to CreateMarshallingInfoByMarshallerTypeName
Microsoft.Interop.SourceGeneration (4)
MarshalAsWithCustomMarshallersParser.cs (2)
90
return CustomMarshallingInfoHelper.
CreateMarshallingInfoByMarshallerTypeName
(_compilation, type, TypeNames.ComVariantMarshaller);
114
return CustomMarshallingInfoHelper.
CreateMarshallingInfoByMarshallerTypeName
(_compilation, type, marshallerName);
StringMarshallingInfoProvider.cs (2)
62
CharEncoding.Utf16 => CustomMarshallingInfoHelper.
CreateMarshallingInfoByMarshallerTypeName
(_compilation, type, TypeNames.Utf16StringMarshaller),
63
CharEncoding.Utf8 => CustomMarshallingInfoHelper.
CreateMarshallingInfoByMarshallerTypeName
(_compilation, type, TypeNames.Utf8StringMarshaller),