8 references to Preview
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Preview\PreviewWorkspace.cs (3)
17
: base(MefHostServices.DefaultHost, WorkspaceKind.
Preview
)
22
: base(hostServices, WorkspaceKind.
Preview
)
27
: base(solution.Workspace.Services.HostServices, WorkspaceKind.
Preview
)
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerLogger.cs (1)
98
if (workspaceKind == WorkspaceKind.
Preview
)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\ClientFallbackAnalyzerConfigOptionsProvider.cs (1)
20
[WorkspaceKind.Host, WorkspaceKind.Interactive, WorkspaceKind.SemanticSearch, WorkspaceKind.MetadataAsSource, WorkspaceKind.MiscellaneousFiles, WorkspaceKind.Debugger, WorkspaceKind.
Preview
])]
Features\Options\SolutionAnalyzerConfigOptionsUpdater.cs (1)
27
[WorkspaceKind.Host, WorkspaceKind.Interactive, WorkspaceKind.SemanticSearch, WorkspaceKind.MetadataAsSource, WorkspaceKind.MiscellaneousFiles, WorkspaceKind.Debugger, WorkspaceKind.
Preview
]), Shared]
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\WorkspaceKind.cs (1)
17
public const string Preview = nameof(
Preview
);
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioRemoteHostClientProvider.cs (1)
29
[ExportWorkspaceServiceFactory(typeof(IRemoteHostClientProvider), [WorkspaceKind.Host, WorkspaceKind.
Preview
]), Shared]