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