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