3 implementations of ParseAttribute
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSMarshalAsAttributeInfoParser.cs (1)
62
UseSiteAttributeData IUseSiteAttributeParser.
ParseAttribute
(AttributeData attributeData, IElementInfoProvider elementInfoProvider, GetMarshallingInfoCallback marshallingInfoCallback)
Microsoft.Interop.SourceGeneration (2)
MarshalAsParser.cs (1)
133
UseSiteAttributeData IUseSiteAttributeParser.
ParseAttribute
(AttributeData attributeData, IElementInfoProvider elementInfoProvider, GetMarshallingInfoCallback marshallingInfoCallback)
MarshalUsingAttributeParser.cs (1)
64
UseSiteAttributeData IUseSiteAttributeParser.
ParseAttribute
(AttributeData attributeData, IElementInfoProvider elementInfoProvider, GetMarshallingInfoCallback marshallingInfoCallback)
1 reference to ParseAttribute
Microsoft.Interop.SourceGeneration (1)
UseSiteAttributeProvider.cs (1)
66
return parser.
ParseAttribute
(attribute, elementInfoProvider, getMarshallingInfoCallback);