3 references to Workspace
Microsoft.CodeAnalysis.Workspaces (3)
ExternalAccess\VSTypeScript\Api\VSTypeScriptFeatureAttribute.cs (1)
13public const string Workspace = FeatureAttribute.Workspace;
Shared\TestHooks\FeatureAttribute.cs (1)
75public const string Workspace = nameof(Workspace);
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (1)
18private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.Workspace);