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