9 implementations of AttributesOwner
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
33
IAttributeTargetSymbol IAttributeTargetSymbol.
AttributesOwner
Symbols\Source\SourceAssemblySymbol.cs (1)
2339
IAttributeTargetSymbol IAttributeTargetSymbol.
AttributesOwner
Symbols\Source\SourceComplexParameterSymbol.cs (1)
440
IAttributeTargetSymbol IAttributeTargetSymbol.
AttributesOwner
=> AttributeOwner;
Symbols\Source\SourceEventSymbol.cs (1)
162
IAttributeTargetSymbol IAttributeTargetSymbol.
AttributesOwner
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
140
IAttributeTargetSymbol IAttributeTargetSymbol.
AttributesOwner
Symbols\Source\SourceModuleSymbol.cs (1)
482
IAttributeTargetSymbol IAttributeTargetSymbol.
AttributesOwner
Symbols\Source\SourceNamedTypeSymbol.cs (1)
796
IAttributeTargetSymbol IAttributeTargetSymbol.
AttributesOwner
Symbols\Source\SourcePropertySymbolBase.cs (1)
1264
IAttributeTargetSymbol IAttributeTargetSymbol.
AttributesOwner
=> AttributesOwner;
Symbols\Source\SourceTypeParameterSymbol.cs (1)
143
IAttributeTargetSymbol IAttributeTargetSymbol.
AttributesOwner
1 reference to AttributesOwner
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol_Attributes.cs (1)
680
IAttributeTargetSymbol attributesOwner = attributeTarget.
AttributesOwner
;