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