48 references to RunGetWorkspacePullDiagnosticsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (48)
Diagnostics\AdditionalFileDiagnosticsTests.cs (6)
40
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
49
var results2 = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: CreateDiagnosticParamsFromPreviousReports(results));
69
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
81
var results2 = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: CreateDiagnosticParamsFromPreviousReports(results));
112
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics: true);
123
var results2 = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics: true, previousResults: CreateDiagnosticParamsFromPreviousReports(results));
Diagnostics\PullDiagnosticTests.cs (38)
804
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
818
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
837
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, includeTaskListItems: false, category: PullDiagnosticCategories.Task);
853
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, includeTaskListItems: true, category: PullDiagnosticCategories.Task);
887
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics: true, includeTaskListItems: true, category: PullDiagnosticCategories.Task);
906
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, includeTaskListItems: false, category: PullDiagnosticCategories.Task);
931
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, includeTaskListItems: true, category: PullDiagnosticCategories.Task);
960
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, includeTaskListItems: true, category: PullDiagnosticCategories.Task);
990
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1009
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1030
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1043
await Assert.ThrowsAsync<StreamJsonRpc.RemoteInvocationException>(async () => await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics));
1065
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1080
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1103
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1112
var results2 = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: CreateDiagnosticParamsFromPreviousReports(results));
1135
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1142
var results2 = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: CreateDiagnosticParamsFromPreviousReports(results));
1163
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1173
var results2 = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: CreateDiagnosticParamsFromPreviousReports(results));
1196
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1216
var results2 = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1236
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1242
results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, useProgress: true);
1257
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1296
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1310
results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: previousResultIds);
1367
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1385
results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: previousResultIds).ConfigureAwait(false);
1436
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1452
results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResultIds);
1499
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1514
results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: previousResultIds);
1554
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1568
results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: previousResultIds);
1610
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
1624
results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: previousResults);
1653
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
Diagnostics\WorkspaceProjectDiagnosticsTests.cs (4)
31
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
39
var results2 = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: CreateDiagnosticParamsFromPreviousReports(results));
50
var results = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics);
61
var results2 = await
RunGetWorkspacePullDiagnosticsAsync
(testLspServer, useVSDiagnostics, previousResults: CreateDiagnosticParamsFromPreviousReports(results));