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