3 references to ToAttributeLocation
Microsoft.CodeAnalysis.CSharp (3)
Declarations\DeclarationTreeBuilder.cs (1)
737
if (attributeListSyntax.Target?.Identifier.
ToAttributeLocation
() == AttributeLocation.Method)
Symbols\Symbol_Attributes.cs (1)
707
targetOpt.Identifier.
ToAttributeLocation
() == AttributeLocation.Module)
Syntax\AttributeTargetSpecifierSyntax.cs (1)
15
return this.Identifier.
ToAttributeLocation
();