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