Base:
property
AssociatedSymbol
Microsoft.CodeAnalysis.CSharp.Symbols.SourceMemberMethodSymbol.AssociatedSymbol
3 references to AssociatedSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Synthesized\SynthesizedAccessorValueParameterSymbol.cs (3)
38if (ContainingSymbol is SourcePropertyAccessorSymbol propertyAccessor && propertyAccessor.AssociatedSymbol is SourcePropertySymbolBase property) 84if (ContainingSymbol is SourcePropertyAccessorSymbol propertyAccessor && propertyAccessor.AssociatedSymbol is SourcePropertySymbolBase property) 107public override TypeWithAnnotations TypeWithAnnotations => ((PropertySymbol)((SourcePropertyAccessorSymbol)ContainingSymbol).AssociatedSymbol).TypeWithAnnotations;