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