6 implementations of ParseAttribute
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSMarshalAsAttributeInfoParser.cs (1)
22
public MarshallingInfo
ParseAttribute
(AttributeData attributeData, ITypeSymbol type, int indirectionDepth, UseSiteAttributeProvider useSiteAttributes, GetMarshallingInfoCallback marshallingInfoCallback)
Microsoft.Interop.SourceGeneration (5)
ComInterfaceMarshallingInfoProvider.cs (1)
26
public MarshallingInfo?
ParseAttribute
(AttributeData attributeData, ITypeSymbol type, int indirectionDepth, UseSiteAttributeProvider useSiteAttributes, GetMarshallingInfoCallback marshallingInfoCallback)
MarshalAsParser.cs (1)
152
MarshallingInfo? IMarshallingInfoAttributeParser.
ParseAttribute
(AttributeData attributeData, ITypeSymbol type, int indirectionDepth, UseSiteAttributeProvider useSiteAttributes, GetMarshallingInfoCallback marshallingInfoCallback)
MarshalAsWithCustomMarshallersParser.cs (1)
37
MarshallingInfo? IMarshallingInfoAttributeParser.
ParseAttribute
(AttributeData attributeData, ITypeSymbol type, int indirectionDepth, UseSiteAttributeProvider useSiteAttributes, GetMarshallingInfoCallback marshallingInfoCallback)
MarshalUsingAttributeParser.cs (1)
28
MarshallingInfo? IMarshallingInfoAttributeParser.
ParseAttribute
(AttributeData attributeData, ITypeSymbol type, int indirectionDepth, UseSiteAttributeProvider useSiteAttributes, GetMarshallingInfoCallback marshallingInfoCallback)
NativeMarshallingAttributeParser.cs (1)
22
public MarshallingInfo?
ParseAttribute
(AttributeData attributeData, ITypeSymbol type, int indirectionDepth, UseSiteAttributeProvider useSiteAttributes, GetMarshallingInfoCallback marshallingInfoCallback)
2 references to ParseAttribute
Microsoft.Interop.SourceGeneration (2)
MarshalAsWithCustomMarshallersParser.cs (1)
39
var marshalAsInfo = (MarshalAsInfo)_marshalAsAttributeParser.
ParseAttribute
(attributeData, type, indirectionDepth, useSiteAttributes, marshallingInfoCallback);
MarshallingInfoParser.cs (1)
263
return parser.
ParseAttribute
(attribute, type, indirectionDepth, useSiteAttributes, marshallingInfoCallback);