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