3 references to TryGetDisplayName
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
317
=>
TryGetDisplayName
(node, editKind) ?? throw ExceptionUtilities.UnexpectedValue(node.GetType().Name);
373
var displayName =
TryGetDisplayName
(node, editKind);
387
var displayName =
TryGetDisplayName
(current, editKind);