9 implementations of DefaultAttributeLocation
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
37
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceAssemblySymbol.cs (1)
2345
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceComplexParameterSymbol.cs (1)
444
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
=> AttributeLocation.Parameter;
Symbols\Source\SourceEventSymbol.cs (1)
181
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
144
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceModuleSymbol.cs (1)
496
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceNamedTypeSymbol.cs (1)
806
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourcePropertySymbolBase.cs (1)
1291
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
=> AttributeLocation.Property;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
149
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
;