3 overrides of AttributeOwner
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceConstructorSymbolBase.cs (1)
178protected sealed override IAttributeTargetSymbol AttributeOwner
Symbols\Source\SourceDelegateMethodSymbol.cs (1)
189protected sealed override IAttributeTargetSymbol AttributeOwner
Symbols\Synthesized\SynthesizedEventAccessorSymbol.cs (1)
52protected override IAttributeTargetSymbol AttributeOwner
2 references to AttributeOwner
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceConstructorSymbolBase.cs (1)
182return base.AttributeOwner;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
133get { return this.AttributeOwner; }