155 references to FeatureAttribute
IdeBenchmarks (2)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
146
_listener = listenerProvider.GetListener(
FeatureAttribute
.InheritanceMargin);
SQLitePersistentStorageBenchmark.cs (1)
63
var asyncListener = _workspace.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(
FeatureAttribute
.PersistentStorage);
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler.cs (1)
52
private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(
FeatureAttribute
.EventHookup);
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (5)
Classification\SemanticClassifierTests.cs (1)
3548
var waiter = listenerProvider.GetWaiter(
FeatureAttribute
.Classification);
Classification\TotalClassifierTests.cs (1)
2864
var waiter = listenerProvider.GetWaiter(
FeatureAttribute
.Classification);
EncapsulateField\EncapsulateFieldTestState.cs (1)
60
var waiter = (IAsynchronousOperationWaiter)provider.GetListener(
FeatureAttribute
.EncapsulateField);
ExtractMethod\ExtractMethodMiscellaneousTests.cs (1)
139
var 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)
44
private 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)
41
private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(
FeatureAttribute
.Classification);
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
38
: AsynchronousViewportTaggerProvider<IClassificationTag>(taggerHost,
FeatureAttribute
.Classification)
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
23
private 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)
22
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.RuleSetEditor);
EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs (2)
30
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.EncapsulateField);
52
var 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)
29
listenerProvider.GetListener(
FeatureAttribute
.FindReferences),
GoOrFind\GoToBase\GoToBaseNavigationService.cs (1)
31
listenerProvider.GetListener(
FeatureAttribute
.GoToBase),
GoOrFind\GoToImplementation\GoToImplementationNavigationService.cs (1)
30
listenerProvider.GetListener(
FeatureAttribute
.GoToImplementation),
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
39
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.GoToDefinition);
InlineDiagnostics\InlineDiagnosticsAdornmentManagerProvider.cs (1)
51
protected override string FeatureAttributeName =>
FeatureAttribute
.InlineDiagnostics;
InlineDiagnostics\InlineDiagnosticsTaggerProvider.cs (1)
33
taggerHost,
FeatureAttribute
.ErrorSquiggles)
InlineHints\InlineHintsDataTaggerProvider.cs (1)
28
: AsynchronousViewportTaggerProvider<InlineHintDataTag<TAdditionalInformation>>(taggerHost,
FeatureAttribute
.InlineHints)
InlineHints\InlineHintsTaggerProvider.cs (1)
52
public readonly IAsynchronousOperationListener AsynchronousOperationListener = listenerProvider.GetListener(
FeatureAttribute
.InlineHints);
InlineRename\CommandHandlers\RenameCommandHandler.cs (1)
38
: AbstractRenameCommandHandler(threadingContext, renameService, asynchronousOperationListenerProvider.GetListener(
FeatureAttribute
.Rename))
InlineRename\InlineRenameService.cs (1)
41
private 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)
34
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.CompletionSet);
IntelliSense\QuickInfo\QuickInfoSourceProvider.cs (1)
37
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.QuickInfo);
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
36
: AsynchronousViewTaggerProvider<KeywordHighlightTag>(taggerHost,
FeatureAttribute
.KeywordHighlighting)
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
34
private readonly IAsynchronousOperationListener _asynchronousOperationListener = listenerProvider.GetListener(
FeatureAttribute
.LanguageServer);
LineSeparators\LineSeparatorAdornmentManagerProvider.cs (1)
51
protected 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)
28
private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(
FeatureAttribute
.NavigationBar);
Organizing\OrganizeDocumentCommandHandler.cs (1)
45
private 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)
54
var listener = listenerProvider.GetListener(
FeatureAttribute
.SolutionChecksumUpdater);
RenameTracking\RenameTrackingTaggerProvider.cs (1)
46
private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(
FeatureAttribute
.RenameTracking);
SemanticSearch\SemanticSearchEditorWorkspace.cs (1)
24
private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(
FeatureAttribute
.SemanticSearch);
SignatureHelp\SignatureHelpControllerProvider.cs (1)
39
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.SignatureHelp);
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
49
listenerProvider.GetListener(
FeatureAttribute
.SolutionCrawlerUnitTesting),
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
48
listenerProvider.GetListener(
FeatureAttribute
.EditAndContinue),
StringIndentation\StringIndentationAdornmentManagerProvider.cs (1)
51
protected 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)
80
OperationListener = listenerProvider.GetListener(
FeatureAttribute
.LightBulb);
Tagging\TaggerMainThreadManager.cs (1)
33
listenerProvider.GetListener(
FeatureAttribute
.Tagger),
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (11)
AbstractCommandHandlerTestState.cs (6)
234
Assert.False(provider.HasPendingWaiter(
FeatureAttribute
.EventHookup,
FeatureAttribute
.CompletionSet,
FeatureAttribute
.SignatureHelp), "IAsyncTokens unexpectedly alive. Call WaitForAsynchronousOperationsAsync before this method");
241
await provider.WaitAllDispatcherOperationAndTasksAsync(Workspace,
FeatureAttribute
.EventHookup,
FeatureAttribute
.CompletionSet,
FeatureAttribute
.SignatureHelp);
Diagnostics\DiagnosticTaggerWrapper.cs (5)
79
FeatureAttribute
.Workspace,
80
FeatureAttribute
.SolutionCrawlerLegacy,
81
FeatureAttribute
.DiagnosticService,
82
FeatureAttribute
.ErrorSquiggles,
83
FeatureAttribute
.Classification);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (13)
Completion\CompletionServiceTests.cs (1)
54
var waiter = workspace.ExportProvider.GetExportedValue<AsynchronousOperationListenerProvider>().GetWaiter(
FeatureAttribute
.CompletionSet);
EditAndContinue\EditAndContinueLanguageServiceTests.cs (1)
394
await workspace.GetService<AsynchronousOperationListenerProvider>().GetWaiter(
FeatureAttribute
.Workspace).ExpeditedWaitAsync();
FindReferences\FindReferencesCommandHandlerTests.cs (1)
81
var waiter = listenerProvider.GetWaiter(
FeatureAttribute
.FindReferences);
RenameTracking\RenameTrackingTestState.cs (4)
214
FeatureAttribute
.RenameTracking,
215
FeatureAttribute
.SolutionCrawlerLegacy,
216
FeatureAttribute
.Workspace,
217
FeatureAttribute
.EventHookup);
Tagging\AsynchronousTaggerTests.cs (6)
66
var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(
FeatureAttribute
.Tagger);
76
FeatureAttribute
.Tagger);
157
var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(
FeatureAttribute
.Tagger);
184
FeatureAttribute
.Tagger);
213
var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(
FeatureAttribute
.Tagger);
231
FeatureAttribute
.Tagger);
Microsoft.CodeAnalysis.Features (5)
Completion\CompletionService.ProviderManager.cs (1)
46
listenerProvider.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)
35
listenerProvider.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)
114
listenerProvider.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)
108
protected override string GetFeatureAttribute() =>
FeatureAttribute
.Classification;
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
41
_asyncListener = asynchronousOperationListenerProvider.GetListener(
FeatureAttribute
.SourceGenerators);
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
45
private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(
FeatureAttribute
.NavigateTo);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Diagnostics\PullDiagnosticTests.cs (3)
1902
await operations.GetWaiter(
FeatureAttribute
.Workspace).ExpeditedWaitAsync();
1963
await operations.GetWaiter(
FeatureAttribute
.Workspace).ExpeditedWaitAsync();
2018
await 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)
48
listenerProvider.GetListener(
FeatureAttribute
.EditAndContinue),
Microsoft.CodeAnalysis.Workspaces (8)
ExternalAccess\VSTypeScript\Api\VSTypeScriptFeatureAttribute.cs (4)
11
public const string RenameTracking =
FeatureAttribute
.RenameTracking;
12
public const string Snippets =
FeatureAttribute
.Snippets;
13
public const string Workspace =
FeatureAttribute
.Workspace;
14
public const string SolutionCrawlerLegacy =
FeatureAttribute
.SolutionCrawlerLegacy;
FindSymbols\SymbolTree\SymbolTreeInfoCacheServiceFactory.cs (1)
19
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.SolutionCrawlerLegacy);
Storage\SQLite\v2\SQLitePersistentStorageService.cs (1)
28
private readonly IAsynchronousOperationListener _asyncListener = asyncOperationListenerProvider.GetListener(
FeatureAttribute
.PersistentStorage);
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (1)
18
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.Workspace);
Workspace\Workspace.cs (1)
102
listenerProvider.GetListener(
FeatureAttribute
.SourceGenerators),
Microsoft.VisualStudio.IntegrationTest.Setup (1)
AsyncCompletionTracker.cs (1)
48
var listener = _asynchronousOperationListenerProvider.GetListener(
FeatureAttribute
.CompletionSet);
Microsoft.VisualStudio.LanguageServices (30)
CallHierarchy\CallHierarchyCommandHandler.cs (1)
42
private readonly IAsynchronousOperationListener _listener = asynchronousOperationListenerProvider.GetListener(
FeatureAttribute
.CallHierarchy);
CallHierarchy\CallHierarchyProvider.cs (1)
46
AsyncListener = listenerProvider.GetListener(
FeatureAttribute
.CallHierarchy);
ColorSchemes\ColorSchemeApplier.cs (1)
56
listenerProvider.GetListener(
FeatureAttribute
.ColorScheme),
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
77
_listener = asynchronousOperationListenerProvider.GetListener(
FeatureAttribute
.DesignerAttributes);
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
51
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.DiagnosticService);
ErrorReporting\VisualStudioErrorReportingService.cs (1)
38
_listener = listenerProvider.GetListener(
FeatureAttribute
.Workspace);
ErrorReporting\VisualStudioInfoBar.cs (1)
31
private 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)
81
var listener = _listenerProvider.GetListener(
FeatureAttribute
.InheritanceMargin);
LanguageService\AbstractCreateServicesOnTextViewConnection.cs (1)
57
listenerProvider.GetListener(
FeatureAttribute
.CompletionSet),
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
252
var asyncListener = asyncListenerProvider.GetListener(
FeatureAttribute
.DocumentOutline);
Library\AbstractObjectList.cs (1)
329
var asynchronousOperationListener = LibraryManager.ComponentModel.GetService<IAsynchronousOperationListenerProvider>().GetListener(
FeatureAttribute
.LibraryManager);
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
494
var 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)
54
listenerProvider.GetListener(
FeatureAttribute
.Workspace),
ProjectSystem\OpenTextBufferProvider.cs (1)
76
var 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)
70
listenerProvider.GetListener(
FeatureAttribute
.Workspace),
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
54
private readonly IAsynchronousOperationListener _listener = listenerProvider.GetListener(
FeatureAttribute
.ErrorList);
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
77
listenerProvider.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)
61
listenerProvider.GetListener(
FeatureAttribute
.Telemetry),
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (1)
33
private 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)
78
private readonly IAsynchronousOperationListener _asyncListener = listenerProvider.GetListener(
FeatureAttribute
.SemanticSearch);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
ProjectSystemShim\LegacyProject\AnalyzersTests.cs (1)
264
var waiter = listenerProvider.GetWaiter(
FeatureAttribute
.RuleSetEditor);
Roslyn.VisualStudio.Next.UnitTests (8)
Remote\RemoteHostClientServiceFactoryTests.cs (2)
57
var workspaceListener = listenerProvider.GetWaiter(
FeatureAttribute
.Workspace);
60
var listener = listenerProvider.GetWaiter(
FeatureAttribute
.SolutionChecksumUpdater);
Services\ServiceHubServicesTests.cs (3)
216
listenerProvider.GetListener(
FeatureAttribute
.DesignerAttributes),
787
await operations.WaitAllAsync(workspace, [
FeatureAttribute
.Workspace,
FeatureAttribute
.SourceGenerators]);
Services\SolutionServiceTests.cs (3)
966
return operations.GetWaiter(
FeatureAttribute
.Workspace);
1166
var waiter = listenerProvider.GetWaiter(
FeatureAttribute
.SolutionChecksumUpdater);
1220
var waiter = listenerProvider.GetWaiter(
FeatureAttribute
.SolutionChecksumUpdater);