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