9 implementations of AllowedAttributeLocations
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
40
AttributeLocation IAttributeTargetSymbol.
AllowedAttributeLocations
Symbols\Source\SourceAssemblySymbol.cs (1)
2352
AttributeLocation IAttributeTargetSymbol.
AllowedAttributeLocations
Symbols\Source\SourceComplexParameterSymbol.cs (1)
452
AttributeLocation IAttributeTargetSymbol.
AllowedAttributeLocations
Symbols\Source\SourceEventSymbol.cs (1)
186
AttributeLocation IAttributeTargetSymbol.
AllowedAttributeLocations
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
149
AttributeLocation IAttributeTargetSymbol.
AllowedAttributeLocations
Symbols\Source\SourceModuleSymbol.cs (1)
521
AttributeLocation IAttributeTargetSymbol.
AllowedAttributeLocations
Symbols\Source\SourceNamedTypeSymbol.cs (1)
812
AttributeLocation IAttributeTargetSymbol.
AllowedAttributeLocations
Symbols\Source\SourcePropertySymbolBase.cs (1)
1303
AttributeLocation IAttributeTargetSymbol.
AllowedAttributeLocations
Symbols\Source\SourceTypeParameterSymbol.cs (1)
154
AttributeLocation IAttributeTargetSymbol.
AllowedAttributeLocations
2 references to AllowedAttributeLocations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Symbol_Attributes.cs (1)
714
AttributeLocation allowedTargets = attributesOwner.
AllowedAttributeLocations
;
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
186
target.GetLocation(), target.ToString(), (AttributeOwner.
AllowedAttributeLocations
& ~AttributeLocation.Method).ToDisplayString());