3 overrides of AttributeOwner
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceFieldSymbol.cs (1)
31
protected override IAttributeTargetSymbol
AttributeOwner
Symbols\Synthesized\Records\SynthesizedPrimaryConstructorParameterBackingFieldSymbol.cs (1)
30
protected override IAttributeTargetSymbol
AttributeOwner
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
97
protected override IAttributeTargetSymbol
AttributeOwner
2 references to AttributeOwner
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (2)
34
=> this.
AttributeOwner
;
340
diagnostics.Add(ErrorCode.ERR_MissingStructOffset, this.ErrorLocation, this.
AttributeOwner
);