3 overrides of AttributeOwner
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
179
protected sealed override IAttributeTargetSymbol
AttributeOwner
Symbols\Synthesized\Records\SynthesizedPrimaryConstructor.cs (1)
63
protected override IAttributeTargetSymbol
AttributeOwner
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
59
protected override IAttributeTargetSymbol
AttributeOwner
1 reference to AttributeOwner
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
142
get { return this.
AttributeOwner
; }