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