3 references to ToDiagnostic
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
6057static item => new RuntimeRudeEdit(item.Value.ToDiagnostic(item.Key.SyntaxTree).ToString(), (int)item.Value.Kind));
EditAndContinue\DebuggingSession.cs (1)
516return analysis.RudeEdits.SelectAsArray((e, t) => e.ToDiagnostic(t), tree);
EditAndContinue\EditSession.cs (1)
1311projectDiagnostics.Add(rudeEdit.ToDiagnostic(tree));