2 types derived from WorkspaceBase
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
Workspace\WorkspacesDesktop.cs (1)
17
public class WorkspacesDesktop :
WorkspaceBase
Workspace\WorkspacesNetCore.cs (1)
18
public class WorkspacesNetCore :
WorkspaceBase
2 references to WorkspaceBase
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
Workspace\WorkspaceBase.cs (2)
55
await TestServices.SolutionExplorer.CreateSolutionAsync(nameof(
WorkspaceBase
), HangMitigatingCancellationToken);
108
await TestServices.SolutionExplorer.CreateSolutionAsync(nameof(
WorkspaceBase
), HangMitigatingCancellationToken);