9 implementations of DefaultAttributeLocation
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
36
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceAssemblySymbol.cs (1)
2344
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceComplexParameterSymbol.cs (1)
443
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
=> AttributeLocation.Parameter;
Symbols\Source\SourceEventSymbol.cs (1)
167
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
145
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceModuleSymbol.cs (1)
487
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceNamedTypeSymbol.cs (1)
802
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourcePropertySymbolBase.cs (1)
1266
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
=> AttributeLocation.Property;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
148
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
3 references to DefaultAttributeLocation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Symbol_Attributes.cs (3)
724
switch (attributeTarget.
DefaultAttributeLocation
)
734
throw ExceptionUtilities.UnexpectedValue(attributeTarget.
DefaultAttributeLocation
);
749
return explicitTarget == attributeTarget.
DefaultAttributeLocation
;