2 references to ParseMarshallingInfo
Microsoft.Interop.SourceGeneration (2)
SignatureContext.cs (2)
132
MarshallingInfo marshallingInfo = marshallingInfoParser.
ParseMarshallingInfo
(param.Type, paramAttributes);
145
TypePositionInfo retTypeInfo = new(ManagedTypeInfo.CreateTypeInfoForTypeSymbol(method.ReturnType), marshallingInfoParser.
ParseMarshallingInfo
(method.ReturnType, returnAttributes));