4 references to Host
Microsoft.CodeAnalysis.Features (2)
AddImport\AbstractAddImportFeatureService.cs (1)
169
=> project.Solution.WorkspaceKind is WorkspaceKind.
Host
or WorkspaceKind.RemoteWorkspace;
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
25
[ExportEventListener(WellKnownEventListeners.Workspace, WorkspaceKind.
Host
), Shared]
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Workspace.cs (1)
118
/// This is generally <see cref="WorkspaceKind.
Host
"/> if originating from the host environment, but may be
Workspace\WorkspaceKind.cs (1)
12
public const string Host = nameof(
Host
);