3 references to TryGetDisplayNameImpl
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (3)
1987
=>
TryGetDisplayNameImpl
(node, editKind);
1990
=>
TryGetDisplayNameImpl
(node, editKind) ?? throw ExceptionUtilities.UnexpectedValue(node.Kind());
2046
return
TryGetDisplayNameImpl
(node.Parent!, editKind);