1 override of GetDisplayName
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1958
internal override string
GetDisplayName
(INamedTypeSymbol symbol)
2 references to GetDisplayName
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1963
_ => base.
GetDisplayName
(symbol)
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
314
SymbolKind.NamedType =>
GetDisplayName
((INamedTypeSymbol)symbol),