4 references to TestWorkspace
Microsoft.AspNetCore.Razor.Test.Common.Cohosting (1)
CohostTestBase.cs (1)
140var workspace = TestWorkspace.CreateWithDiagnosticAnalyzers(_localExportProvider);
Microsoft.AspNetCore.Razor.Test.Common.Tooling (3)
LanguageServer\CSharpTestLspServerHelpers.cs (1)
119var workspace = TestWorkspace.CreateWithDiagnosticAnalyzers(exportProvider);
Workspaces\TestWorkspaceServices.cs (1)
15private static readonly Workspace s_defaultWorkspace = TestWorkspace.Create();
Workspaces\WorkspaceTestBase.cs (1)
85_workspace = TestWorkspace.Create(_hostServices, ConfigureWorkspace);