2 references to GetAttributeLocation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Symbol_Attributes.cs (1)
703
AttributeLocation explicitTarget = targetOpt.
GetAttributeLocation
();
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
292
if (attribute.Target?.
GetAttributeLocation
() == AttributeLocation.Field)