9 implementations of AllowedAttributeLocations
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
39AttributeLocation IAttributeTargetSymbol.AllowedAttributeLocations
Symbols\Source\SourceAssemblySymbol.cs (1)
2350AttributeLocation IAttributeTargetSymbol.AllowedAttributeLocations
Symbols\Source\SourceComplexParameterSymbol.cs (1)
445AttributeLocation IAttributeTargetSymbol.AllowedAttributeLocations
Symbols\Source\SourceEventSymbol.cs (1)
185AttributeLocation IAttributeTargetSymbol.AllowedAttributeLocations
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
151AttributeLocation IAttributeTargetSymbol.AllowedAttributeLocations
Symbols\Source\SourceModuleSymbol.cs (1)
500AttributeLocation IAttributeTargetSymbol.AllowedAttributeLocations
Symbols\Source\SourceNamedTypeSymbol.cs (1)
810AttributeLocation IAttributeTargetSymbol.AllowedAttributeLocations
Symbols\Source\SourcePropertySymbolBase.cs (1)
1287AttributeLocation IAttributeTargetSymbol.AllowedAttributeLocations
Symbols\Source\SourceTypeParameterSymbol.cs (1)
153AttributeLocation IAttributeTargetSymbol.AllowedAttributeLocations
2 references to AllowedAttributeLocations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Symbol_Attributes.cs (1)
700AttributeLocation allowedTargets = attributesOwner.AllowedAttributeLocations;
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
186target.GetLocation(), target.ToString(), (AttributeOwner.AllowedAttributeLocations & ~AttributeLocation.Method).ToDisplayString());