22 references to CreateTestWorkspaceWithDiagnosticsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (22)
Diagnostics\PullDiagnosticTests.cs (20)
42
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
56
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
77
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(
115
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics: true);
140
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
163
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
191
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics, pullDiagnostics: false);
246
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
278
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
305
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
338
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
361
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
390
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
411
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
669
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics, pullDiagnostics: true);
701
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
740
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
766
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics);
999
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.FullSolution, useVSDiagnostics, pullDiagnostics: true);
1019
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(markup, BackgroundAnalysisScope.OpenFiles, useVSDiagnostics, pullDiagnostics: true);
Diagnostics\WorkspaceProjectDiagnosticsTests.cs (2)
29
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(string.Empty, BackgroundAnalysisScope.FullSolution, useVSDiagnostics);
48
await using var testLspServer = await
CreateTestWorkspaceWithDiagnosticsAsync
(string.Empty, BackgroundAnalysisScope.FullSolution, useVSDiagnostics);