9 implementations of DefaultAttributeLocation
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
36
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceAssemblySymbol.cs (1)
2319
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceComplexParameterSymbol.cs (1)
436
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
=> AttributeLocation.Parameter;
Symbols\Source\SourceEventSymbol.cs (1)
159
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
136
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceModuleSymbol.cs (1)
441
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourceNamedTypeSymbol.cs (1)
804
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
Symbols\Source\SourcePropertySymbolBase.cs (1)
1036
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
=> AttributeLocation.Property;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
147
AttributeLocation IAttributeTargetSymbol.
DefaultAttributeLocation
3 references to DefaultAttributeLocation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Symbol_Attributes.cs (3)
703
switch (attributeTarget.
DefaultAttributeLocation
)
713
throw ExceptionUtilities.UnexpectedValue(attributeTarget.
DefaultAttributeLocation
);
728
return explicitTarget == attributeTarget.
DefaultAttributeLocation
;