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