24 references to GetDisplayName
Microsoft.CodeAnalysis.Features (24)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (24)
405=> GetDisplayName(node, editKind);
1176new[] { GetDisplayName(oldLambda) }));
1780new[] { GetDisplayName(newNode, EditKind.Update) }));
1789new[] { GetDisplayName(newNode, EditKind.Insert) }));
1798new[] { GetDisplayName(oldNode, EditKind.Delete) }));
2488new[] { GetDisplayName(newTypeDeclaration), oldSymbol.ContainingNamespace.ToDisplayString(), newSymbol.ContainingNamespace.ToDisplayString() }));
2604oldDeclaration, new[] { GetDisplayName(oldDeclaration, EditKind.Delete) }));
2698diagnostics.Add(new RudeEditDiagnostic(RudeEditKind.Delete, diagnosticSpan, edit.OldNode, new[] { GetDisplayName(edit.OldNode!, EditKind.Delete) }));
2760GetDisplayName(oldDeclaration, EditKind.Delete),
2780newDeclaration, new[] { GetDisplayName(newDeclaration, EditKind.Insert) }));
2916arguments: new[] { GetDisplayName(newDeclaration, EditKind.Insert) }));
2928arguments: new[] { GetDisplayName(newDeclaration, EditKind.Insert) }));
2946arguments: new[] { GetDisplayName(newDeclaration, EditKind.Insert) }));
2985arguments: new[] { GetDisplayName(newDeclaration, EditKind.Insert) }));
3054newDeclaration, new[] { GetDisplayName(newDeclaration, EditKind.Update) }));
3285diagnostics.Add(new RudeEditDiagnostic(rudeEdit, diagnosticSpan, newEditNode, new[] { GetDisplayName(newEditNode) }));
4599new[] { GetDisplayName(newNode) }));
4719GetDisplayName(syntax, EditKind.Insert),
4720GetDisplayName(TryGetContainingTypeDeclaration(syntax)!, EditKind.Update)
5167new[] { GetDisplayName(newQueryClause, EditKind.Update) }));
5265var arguments = new[] { newCapture.Name, GetDisplayName(GetLambda(newLambdaBody)) };
5331diagnostics.Add(new RudeEditDiagnostic(RudeEditKind.InsertNotSupportedByRuntime, GetDiagnosticSpan(newLambda, EditKind.Insert), newLambda, new string[] { GetDisplayName(newLambda, EditKind.Insert) }));
5339diagnostics.Add(new RudeEditDiagnostic(RudeEditKind.InsertLocalFunctionIntoInterfaceMethod, GetDiagnosticSpan(newLambda, EditKind.Insert), newLambda, new string[] { GetDisplayName(newLambda, EditKind.Insert) }));
5469new[] { GetDisplayName(GetLambda(lambdaBody)), captures[firstAccessedCaptureIndex].Name, captures[i].Name }));