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