Identifying something with an attribute with IIncrementalSourceGenerator
I am currently using
ForAttributeWithMetadataName. According to the documentation, it has a chance of generating false positives. What I am currently doing is checking the identifier and seeing if it matches the attribute name. This doesn't work in the case where an alias is used, however. Is there a consisstent way to detect an attribute?