1 override of GetDisplayName
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1969
internal override string
GetDisplayName
(IPropertySymbol symbol)
2 references to GetDisplayName
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1970
=> symbol.IsIndexer ? CSharpFeaturesResources.indexer : base.
GetDisplayName
(symbol);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
317
SymbolKind.Property =>
GetDisplayName
((IPropertySymbol)symbol),