2 references to ConvertWorkspaceDiagnosticResult
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (2)
143
return [.. progressValues.SelectMany(value => value.Match(v => v.Items, v => v.Items)).Select(diagnostics =>
ConvertWorkspaceDiagnosticResult
(diagnostics))];
148
return [.. returnedResult.Items.Select(diagnostics =>
ConvertWorkspaceDiagnosticResult
(diagnostics))];