1 override of TryGetDisplayName
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1986
protected override string?
TryGetDisplayName
(SyntaxNode node, EditKind editKind)
3 references to TryGetDisplayName
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
306
=>
TryGetDisplayName
(node, editKind) ?? throw ExceptionUtilities.UnexpectedValue(node.GetType().Name);
362
var displayName =
TryGetDisplayName
(node, editKind);
376
var displayName =
TryGetDisplayName
(current, editKind);