155 references to FeatureAttribute
IdeBenchmarks (2)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
146_listener = listenerProvider.GetListener(FeatureAttribute.InheritanceMargin);
SQLitePersistentStorageBenchmark.cs (1)
63var asyncListener = _workspace.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.PersistentStorage);
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler.cs (1)
52private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(FeatureAttribute.EventHookup);
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Classification\SemanticClassifierTests.cs (1)
3548var waiter = listenerProvider.GetWaiter(FeatureAttribute.Classification);
Classification\TotalClassifierTests.cs (1)
2864var waiter = listenerProvider.GetWaiter(FeatureAttribute.Classification);
EncapsulateField\EncapsulateFieldTestState.cs (1)
60var waiter = (IAsynchronousOperationWaiter)provider.GetListener(FeatureAttribute.EncapsulateField);
ExtractMethod\ExtractMethodMiscellaneousTests.cs (1)
139var waiter = workspace.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.ExtractMethod);
Workspaces\WorkspaceTests_EditorFeatures.cs (1)
47.GetWaiter(FeatureAttribute.Workspace);
Microsoft.CodeAnalysis.EditorFeatures (54)
AddImports\AbstractAddImportsPasteCommandHandler.cs (1)
44private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.AddImportsOnPaste);
BraceMatching\BraceHighlightingViewTaggerProvider.cs (1)
30: AsynchronousViewTaggerProvider<BraceHighlightTag>(taggerHost, FeatureAttribute.BraceHighlighting)
BracePairs\BracePairsTaggerProvider.cs (1)
33: AsynchronousViewportTaggerProvider<IBracePairTag>(taggerHost, FeatureAttribute.BracePairs)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
41private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(FeatureAttribute.Classification);
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
38: AsynchronousViewportTaggerProvider<IClassificationTag>(taggerHost, FeatureAttribute.Classification)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
23private readonly IAsynchronousOperationListener _listener = taggerHost.AsyncListenerProvider.GetListener(FeatureAttribute.Classification);
CodeDefinitionWindow\DefinitionContextTracker.cs (1)
63_asyncListener = listenerProvider.GetListener(FeatureAttribute.CodeDefinitionWindow);
Copilot\CopilotTaggerProvider.cs (1)
37: AsynchronousViewTaggerProvider<ITextMarkerTag>(taggerHost, FeatureAttribute.CopilotSuggestions)
Copilot\CopilotWpfTextCreationListener.cs (1)
52_listener = listenerProvider.GetListener(FeatureAttribute.CopilotChangeAnalysis);
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (1)
34_asyncListener = listenerProvider.GetListener(FeatureAttribute.GenerateDocumentation);
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
32: AsynchronousTaggerProvider<ITextMarkerTag>(taggerHost, FeatureAttribute.Classification)
EditAndContinue\ActiveStatementTrackingService.cs (1)
47=> new ActiveStatementTrackingService(workspaceServices.Workspace, _listenerProvider.GetListener(FeatureAttribute.EditAndContinue));
EditorConfigSettings\Aggregator\SettingsAggregatorFactory.cs (1)
22private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.RuleSetEditor);
EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs (2)
30private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.EncapsulateField); 52var token = _listener.BeginAsyncOperation(FeatureAttribute.EncapsulateField);
ExternalAccess\VSTypeScript\Api\VSTypeScriptAsynchronousTaggerProvider.cs (3)
23: base(taggerHost, FeatureAttribute.Classification) 28: base(taggerHost.UnderlyingObject, FeatureAttribute.Classification) 37: base(taggerHost.UnderlyingObject, FeatureAttribute.Classification)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
58_asyncListener = asyncListenerProvider.GetListener(FeatureAttribute.ExtractMethod);
GoOrFind\FindReferences\FindReferencesNavigationService.cs (1)
29listenerProvider.GetListener(FeatureAttribute.FindReferences),
GoOrFind\GoToBase\GoToBaseNavigationService.cs (1)
31listenerProvider.GetListener(FeatureAttribute.GoToBase),
GoOrFind\GoToImplementation\GoToImplementationNavigationService.cs (1)
30listenerProvider.GetListener(FeatureAttribute.GoToImplementation),
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
39private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.GoToDefinition);
InlineDiagnostics\InlineDiagnosticsAdornmentManagerProvider.cs (1)
51protected override string FeatureAttributeName => FeatureAttribute.InlineDiagnostics;
InlineDiagnostics\InlineDiagnosticsTaggerProvider.cs (1)
33taggerHost, FeatureAttribute.ErrorSquiggles)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
28: AsynchronousViewportTaggerProvider<InlineHintDataTag<TAdditionalInformation>>(taggerHost, FeatureAttribute.InlineHints)
InlineHints\InlineHintsTaggerProvider.cs (1)
52public readonly IAsynchronousOperationListener AsynchronousOperationListener = listenerProvider.GetListener(FeatureAttribute.InlineHints);
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
38: AbstractRenameCommandHandler(threadingContext, renameService, asynchronousOperationListenerProvider.GetListener(FeatureAttribute.Rename))
InlineRename\InlineRenameService.cs (1)
41private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(FeatureAttribute.Rename);
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
46_listener = listenerProvider.GetListener(FeatureAttribute.InlineRenameFlyout);
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (1)
56_asyncListener = listenerProvider.GetListener(FeatureAttribute.Rename);
InlineRename\UI\SmartRename\SmartRenameViewModel.cs (1)
154_asyncListener = listenerProvider.GetListener(FeatureAttribute.SmartRename);
IntelliSense\AsyncCompletion\CompletionSourceProvider.cs (1)
34private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.CompletionSet);
IntelliSense\QuickInfo\QuickInfoSourceProvider.cs (1)
37private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.QuickInfo);
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
36: AsynchronousViewTaggerProvider<KeywordHighlightTag>(taggerHost, FeatureAttribute.KeywordHighlighting)
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
34private readonly IAsynchronousOperationListener _asynchronousOperationListener = listenerProvider.GetListener(FeatureAttribute.LanguageServer);
LineSeparators\LineSeparatorAdornmentManagerProvider.cs (1)
51protected override string FeatureAttributeName => FeatureAttribute.LineSeparators;
LineSeparators\LineSeparatorTaggerProvider.cs (1)
51: base(taggerHost, FeatureAttribute.LineSeparators)
NavigableSymbols\NavigableSymbolService.cs (1)
34_listener = listenerProvider.GetListener(FeatureAttribute.NavigableSymbols);
NavigationBar\NavigationBarControllerFactoryService.cs (1)
28private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(FeatureAttribute.NavigationBar);
Organizing\OrganizeDocumentCommandHandler.cs (1)
45private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.OrganizeDocument);
QuickInfo\OnTheFlyDocsView.xaml.cs (1)
84_asyncListener = listenerProvider.GetListener(FeatureAttribute.OnTheFlyDocs);
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
40: AsynchronousViewTaggerProvider<NavigableHighlightTag>(taggerHost, FeatureAttribute.ReferenceHighlighting)
Remote\SolutionChecksumUpdater.cs (1)
54var listener = listenerProvider.GetListener(FeatureAttribute.SolutionChecksumUpdater);
RenameTracking\RenameTrackingTaggerProvider.cs (1)
46private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(FeatureAttribute.RenameTracking);
SemanticSearch\SemanticSearchEditorWorkspace.cs (1)
24private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(FeatureAttribute.SemanticSearch);
SignatureHelp\SignatureHelpControllerProvider.cs (1)
39private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.SignatureHelp);
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
49listenerProvider.GetListener(FeatureAttribute.SolutionCrawlerUnitTesting),
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
48listenerProvider.GetListener(FeatureAttribute.EditAndContinue),
StringIndentation\StringIndentationAdornmentManagerProvider.cs (1)
51protected override string FeatureAttributeName => FeatureAttribute.StringIndentation;
StringIndentation\StringIndentationTaggerProvider.cs (1)
39: AsynchronousViewportTaggerProvider<StringIndentationTag>(taggerHost, FeatureAttribute.StringIndentation)
Structure\AbstractStructureTaggerProvider.cs (1)
43: AsynchronousTaggerProvider<IContainerStructureTag>(taggerHost, FeatureAttribute.Outlining)
Suggestions\SuggestedActionsSourceProvider.cs (1)
80OperationListener = listenerProvider.GetListener(FeatureAttribute.LightBulb);
Tagging\TaggerMainThreadManager.cs (1)
33listenerProvider.GetListener(FeatureAttribute.Tagger),
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (11)
AbstractCommandHandlerTestState.cs (6)
234Assert.False(provider.HasPendingWaiter(FeatureAttribute.EventHookup, FeatureAttribute.CompletionSet, FeatureAttribute.SignatureHelp), "IAsyncTokens unexpectedly alive. Call WaitForAsynchronousOperationsAsync before this method"); 241await provider.WaitAllDispatcherOperationAndTasksAsync(Workspace, FeatureAttribute.EventHookup, FeatureAttribute.CompletionSet, FeatureAttribute.SignatureHelp);
Diagnostics\DiagnosticTaggerWrapper.cs (5)
79FeatureAttribute.Workspace, 80FeatureAttribute.SolutionCrawlerLegacy, 81FeatureAttribute.DiagnosticService, 82FeatureAttribute.ErrorSquiggles, 83FeatureAttribute.Classification);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (13)
Completion\CompletionServiceTests.cs (1)
54var waiter = workspace.ExportProvider.GetExportedValue<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.CompletionSet);
EditAndContinue\EditAndContinueLanguageServiceTests.cs (1)
394await workspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync();
FindReferences\FindReferencesCommandHandlerTests.cs (1)
81var waiter = listenerProvider.GetWaiter(FeatureAttribute.FindReferences);
RenameTracking\RenameTrackingTestState.cs (4)
214FeatureAttribute.RenameTracking, 215FeatureAttribute.SolutionCrawlerLegacy, 216FeatureAttribute.Workspace, 217FeatureAttribute.EventHookup);
Tagging\AsynchronousTaggerTests.cs (6)
66var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(FeatureAttribute.Tagger); 76FeatureAttribute.Tagger); 157var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(FeatureAttribute.Tagger); 184FeatureAttribute.Tagger); 213var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(FeatureAttribute.Tagger); 231FeatureAttribute.Tagger);
Microsoft.CodeAnalysis.Features (5)
Completion\CompletionService.ProviderManager.cs (1)
46listenerProvider.GetListener(FeatureAttribute.CompletionSet),
Completion\Providers\ImportCompletionProvider\AbstractImportCompletionCacheServiceFactory.cs (1)
33_listenerProvider.GetListener(FeatureAttribute.CompletionSet),
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
84_listener = listenerProvider?.GetListener(FeatureAttribute.DiagnosticService) ?? AsynchronousOperationListenerProvider.NullListener;
ExternalAccess\UnitTesting\Notification\AbstractGlobalOperationNotificationService.cs (1)
35listenerProvider.GetListener(FeatureAttribute.GlobalOperation),
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
50_listener = listenerProvider.GetListener(FeatureAttribute.SolutionCrawlerUnitTesting);
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
32_asynchronousOperationListener = asynchronousOperationListenerProvider.GetListener(FeatureAttribute.Workspace);
HostWorkspace\LanguageServerProjectLoader.cs (1)
114listenerProvider.GetListener(FeatureAttribute.Workspace),
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Handler\CodeLens\CodeLensRefreshQueue.cs (1)
28=> FeatureAttribute.CodeLens;
Handler\Diagnostics\DiagnosticsRefreshQueue.cs (1)
69=> FeatureAttribute.DiagnosticService;
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
56=> FeatureAttribute.InlineHints;
Handler\References\FindAllReferencesHandler.cs (1)
39_asyncListener = asynchronousOperationListenerProvider.GetListener(FeatureAttribute.LanguageServer);
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
108protected override string GetFeatureAttribute() => FeatureAttribute.Classification;
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
41_asyncListener = asynchronousOperationListenerProvider.GetListener(FeatureAttribute.SourceGenerators);
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
45private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(FeatureAttribute.NavigateTo);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\PullDiagnosticTests.cs (3)
1902await operations.GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 1963await operations.GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync(); 2018await operations.GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync();
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
LspFileChangeWatcherTests.cs (1)
106=> testLspServer.ExportProvider.GetExportedValue<AsynchronousOperationListenerProvider>().GetWaiter(FeatureAttribute.Workspace).ExpeditedWaitAsync();
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
48listenerProvider.GetListener(FeatureAttribute.EditAndContinue),
Microsoft.CodeAnalysis.Workspaces (8)
ExternalAccess\VSTypeScript\Api\VSTypeScriptFeatureAttribute.cs (4)
11public const string RenameTracking = FeatureAttribute.RenameTracking; 12public const string Snippets = FeatureAttribute.Snippets; 13public const string Workspace = FeatureAttribute.Workspace; 14public const string SolutionCrawlerLegacy = FeatureAttribute.SolutionCrawlerLegacy;
FindSymbols\SymbolTree\SymbolTreeInfoCacheServiceFactory.cs (1)
19private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.SolutionCrawlerLegacy);
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
28private readonly IAsynchronousOperationListener _asyncListener = asyncOperationListenerProvider.GetListener(FeatureAttribute.PersistentStorage);
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (1)
18private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
Workspace\Workspace.cs (1)
102listenerProvider.GetListener(FeatureAttribute.SourceGenerators),
Microsoft.VisualStudio.IntegrationTest.Setup (1)
AsyncCompletionTracker.cs (1)
48var listener = _asynchronousOperationListenerProvider.GetListener(FeatureAttribute.CompletionSet);
Microsoft.VisualStudio.LanguageServices (30)
CallHierarchy\CallHierarchyCommandHandler.cs (1)
42private readonly IAsynchronousOperationListener _listener = asynchronousOperationListenerProvider.GetListener(FeatureAttribute.CallHierarchy);
CallHierarchy\CallHierarchyProvider.cs (1)
46AsyncListener = listenerProvider.GetListener(FeatureAttribute.CallHierarchy);
ColorSchemes\ColorSchemeApplier.cs (1)
56listenerProvider.GetListener(FeatureAttribute.ColorScheme),
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
77_listener = asynchronousOperationListenerProvider.GetListener(FeatureAttribute.DesignerAttributes);
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
51private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.DiagnosticService);
ErrorReporting\VisualStudioErrorReportingService.cs (1)
38_listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
ErrorReporting\VisualStudioInfoBar.cs (1)
31private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.InfoBar);
FindReferences\FindReferencesTableControlEventProcessorProvider.cs (1)
41_listener = asyncProvider.GetListener(FeatureAttribute.FindReferences);
FindReferences\StreamingFindUsagesPresenter.cs (1)
122_asyncListener = asyncListenerProvider.GetListener(FeatureAttribute.FindReferences);
InheritanceMargin\InheritanceGlyphFactoryProvider.cs (1)
57_listener = listenerProvider.GetListener(FeatureAttribute.InheritanceMargin);
InheritanceMargin\InheritanceMarginTaggerProvider.cs (1)
38: AsynchronousViewportTaggerProvider<InheritanceMarginTag>(taggerHost, FeatureAttribute.InheritanceMargin)
InheritanceMargin\InheritanceMarginViewMarginProvider.cs (1)
81var listener = _listenerProvider.GetListener(FeatureAttribute.InheritanceMargin);
LanguageService\AbstractCreateServicesOnTextViewConnection.cs (1)
57listenerProvider.GetListener(FeatureAttribute.CompletionSet),
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
252var asyncListener = asyncListenerProvider.GetListener(FeatureAttribute.DocumentOutline);
Library\AbstractObjectList.cs (1)
329var asynchronousOperationListener = LibraryManager.ComponentModel.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
494var asynchronousOperationListener = ComponentModel.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
NavigateTo\RoslynSearchItemsSourceProvider.cs (1)
54_asyncListener = listenerProvider.GetListener(FeatureAttribute.NavigateTo);
NavigateTo\VisualStudioNavigateToItemProviderFactory.cs (1)
37_asyncListener = listenerProvider.GetListener(FeatureAttribute.NavigateTo);
Packaging\PackageInstallerServiceFactory.cs (1)
125_listener = listenerProvider.GetListener(FeatureAttribute.PackageInstaller);
ProjectSystem\FileChangeWatcher.cs (1)
54listenerProvider.GetListener(FeatureAttribute.Workspace),
ProjectSystem\OpenTextBufferProvider.cs (1)
76var listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
ProjectSystem\RuleSets\VisualStudioRuleSetManagerFactory.cs (1)
31_listener = listenerProvider.GetListener(FeatureAttribute.RuleSetEditor);
Snippets\AbstractSnippetInfoService.cs (1)
52_waiter = listenerProvider.GetListener(FeatureAttribute.Snippets);
SymbolSearch\AbstractDelayStartedService.cs (1)
70listenerProvider.GetListener(FeatureAttribute.Workspace),
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
54private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.ErrorList);
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
77listenerProvider.GetListener(FeatureAttribute.ErrorList),
ValueTracking\ValueTrackingCommandHandler.cs (1)
71_listener = listenerProvider.GetListener(FeatureAttribute.ValueTracking);
Workspace\SourceGeneratedFileManager.cs (1)
99_listener = listenerProvider.GetListener(FeatureAttribute.SourceGenerators);
Workspace\VisualStudioSourceGeneratorTelemetryCollectorWorkspaceServiceFactory.cs (1)
61listenerProvider.GetListener(FeatureAttribute.Telemetry),
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (1)
33private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
48_listener = listenerProvider.GetListener(FeatureAttribute.InteractiveEvaluator);
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
78private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(FeatureAttribute.SemanticSearch);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\LegacyProject\AnalyzersTests.cs (1)
264var waiter = listenerProvider.GetWaiter(FeatureAttribute.RuleSetEditor);
Roslyn.VisualStudio.Next.UnitTests (8)
Remote\RemoteHostClientServiceFactoryTests.cs (2)
57var workspaceListener = listenerProvider.GetWaiter(FeatureAttribute.Workspace); 60var listener = listenerProvider.GetWaiter(FeatureAttribute.SolutionChecksumUpdater);
Services\ServiceHubServicesTests.cs (3)
216listenerProvider.GetListener(FeatureAttribute.DesignerAttributes), 787await operations.WaitAllAsync(workspace, [FeatureAttribute.Workspace, FeatureAttribute.SourceGenerators]);
Services\SolutionServiceTests.cs (3)
966return operations.GetWaiter(FeatureAttribute.Workspace); 1166var waiter = listenerProvider.GetWaiter(FeatureAttribute.SolutionChecksumUpdater); 1220var waiter = listenerProvider.GetWaiter(FeatureAttribute.SolutionChecksumUpdater);