39 references to Workspace
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Workspaces\WorkspaceTests_EditorFeatures.cs (1)
47.GetWaiter(FeatureAttribute.Workspace);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Diagnostics\DiagnosticTaggerWrapper.cs (1)
79FeatureAttribute.Workspace,
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditorManagedHotReloadLanguageServiceTests.cs (1)
558await workspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync();
RenameTracking\RenameTrackingTestState.cs (1)
216FeatureAttribute.Workspace,
Microsoft.CodeAnalysis.LanguageServer (3)
FileBasedPrograms\FileBasedProgramsEntryPointDiscovery.cs (1)
38return new FileBasedProgramsEntryPointDiscovery(globalOptionService, listenerProvider.GetListener(FeatureAttribute.Workspace), loggerFactory, lspServices);
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
32_asynchronousOperationListener = asynchronousOperationListenerProvider.GetListener(FeatureAttribute.Workspace);
HostWorkspace\LanguageServerProjectLoader.cs (1)
104Listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\TextDocumentContent\AbstractTextDocumentContentRefreshQueue.cs (1)
43_asyncListener = asynchronousOperationListenerProvider.GetListener(FeatureAttribute.Workspace);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\PullDiagnosticTests.cs (3)
2037await operations.GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 2095await operations.GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 2148await operations.GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync();
Microsoft.CodeAnalysis.LanguageServer.UnitTests (16)
FileBasedProgramsEntryPointDiscoveryTests.cs (3)
230await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 263await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 288await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync();
FileBasedProgramsWorkspaceTests.cs (12)
320await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 343await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 378await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 408await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 452await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 504await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 553await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 611await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 764await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 790await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 873await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 1147await testLspServer.TestWorkspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync();
LspFileChangeWatcherTests.cs (1)
107=> testLspServer.ExportProvider.GetExportedValue<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync();
Microsoft.CodeAnalysis.Workspaces (3)
ExternalAccess\VSTypeScript\Api\VSTypeScriptFeatureAttribute.cs (1)
13public const string Workspace = FeatureAttribute.Workspace;
Shared\TestHooks\FeatureAttribute.cs (1)
77public const string Workspace = nameof(Workspace);
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (1)
18private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionWithSourceGeneratorTests.cs (1)
1602await operations.WaitAllAsync(workspace, [FeatureAttribute.Workspace, FeatureAttribute.SourceGenerators]);
Microsoft.VisualStudio.LanguageServices (5)
ErrorReporting\VisualStudioErrorReportingService.cs (1)
38_listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
ProjectSystem\FileChangeWatcher.cs (1)
54listenerProvider.GetListener(FeatureAttribute.Workspace),
ProjectSystem\OpenTextBufferProvider.cs (1)
80var listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
SymbolSearch\AbstractDelayStartedService.cs (1)
70listenerProvider.GetListener(FeatureAttribute.Workspace),
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (1)
33private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
Roslyn.VisualStudio.Next.UnitTests (3)
Remote\RemoteHostClientServiceFactoryTests.cs (1)
57var workspaceListener = listenerProvider.GetWaiter(FeatureAttribute.Workspace);
Services\ServiceHubServicesTests.cs (1)
787await operations.WaitAllAsync(workspace, [FeatureAttribute.Workspace, FeatureAttribute.SourceGenerators]);
Services\SolutionServiceTests.cs (1)
1008return operations.GetWaiter(FeatureAttribute.Workspace);