3 references to RunPublicGetWorkspacePullDiagnosticsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\AbstractPullDiagnosticTestsBase.cs (1)
72
return await
RunPublicGetWorkspacePullDiagnosticsAsync
(testLspServer, previousResults, useProgress, triggerConnectionClose: true);
Diagnostics\PullDiagnosticTests.cs (2)
1670
var resultTask =
RunPublicGetWorkspacePullDiagnosticsAsync
(testLspServer, useProgress: true, triggerConnectionClose: false);
1694
var resultTask =
RunPublicGetWorkspacePullDiagnosticsAsync
(testLspServer, useProgress: true, triggerConnectionClose: false);