2 implementations of IAsynchronousOperationListener
Microsoft.CodeAnalysis.Workspaces (2)
Shared\TestHooks\AsynchronousOperationListener.cs (1)
16internal sealed partial class AsynchronousOperationListener : IAsynchronousOperationListener, IAsynchronousOperationWaiter
Shared\TestHooks\AsynchronousOperationListenerProvider+NullOperationListener.cs (1)
15private sealed class NullOperationListener : IAsynchronousOperationListener
251 references to IAsynchronousOperationListener
IdeBenchmarks (2)
InheritanceMargin\InheritanceMarginGlyphBenchmarks.cs (1)
51private IAsynchronousOperationListener _listener;
SQLitePersistentStorageBenchmark.cs (1)
65var asyncListener = _workspace.ExportProvider.GetExportedValue<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.PersistentStorage);
Microsoft.CodeAnalysis.CSharp.EditorFeatures (3)
EventHookup\EventHookupCommandHandler.cs (1)
45private readonly IAsynchronousOperationListener _asyncListener;
EventHookup\EventHookupSessionManager.cs (1)
118IAsynchronousOperationListener asyncListener,
EventHookup\EventHookupSessionManager_EventHookupSession.cs (1)
104IAsynchronousOperationListener asyncListener,
Microsoft.CodeAnalysis.EditorFeatures (58)
AddImports\AbstractAddImportsPasteCommandHandler.cs (1)
43private readonly IAsynchronousOperationListener _listener;
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.cs (1)
32private readonly IAsynchronousOperationListener _asyncListener;
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
45IAsynchronousOperationListener asyncListener,
Classification\Syntactic\SyntacticClassificationTaggerProvider.cs (1)
28private readonly IAsynchronousOperationListener _listener;
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
42private readonly IAsynchronousOperationListener _listener; 83IAsynchronousOperationListener asyncListener,
CodeDefinitionWindow\DefinitionContextTracker.cs (1)
48private readonly IAsynchronousOperationListener _asyncListener;
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.cs (1)
43IAsynchronousOperationListener listener)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PullDiagnosticsTaggerProvider.cs (1)
39IAsynchronousOperationListener listener)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PushDiagnosticsTaggerProvider.cs (1)
52IAsynchronousOperationListener asyncListener)
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
55IAsynchronousOperationListener listener)
EditAndContinue\ActiveStatementTrackingService.cs (2)
52private readonly IAsynchronousOperationListener _listener; 62public ActiveStatementTrackingService(Workspace workspace, IAsynchronousOperationListener listener)
EditorConfigSettings\Updater\SettingsUpdaterBase.cs (1)
20private readonly IAsynchronousOperationListener _listener;
EncapsulateField\AbstractEncapsulateFieldCommandHandler.cs (1)
31private readonly IAsynchronousOperationListener _listener;
ExtractMethod\ExtractMethodCommandHandler.cs (1)
50private readonly IAsynchronousOperationListener _asyncListener;
FindReferences\FindReferencesCommandHandler.cs (1)
36private readonly IAsynchronousOperationListener _asyncListener;
GoToDefinition\AbstractGoToCommandHandler`2.cs (2)
37private readonly IAsynchronousOperationListener _listener; 70IAsynchronousOperationListener listener,
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
37private readonly IAsynchronousOperationListener _listener;
InlineHints\InlineHintsDataTaggerProvider.cs (1)
39private readonly IAsynchronousOperationListener _listener;
InlineRename\CommandHandlers\AbstractRenameCommandHandler.cs (1)
22private readonly IAsynchronousOperationListener _listener;
InlineRename\InlineRenameService.cs (1)
34private readonly IAsynchronousOperationListener _asyncListener;
InlineRename\InlineRenameSession.cs (2)
50private readonly IAsynchronousOperationListener _asyncListener; 144IAsynchronousOperationListener asyncListener)
IntelliSense\AbstractController.cs (2)
29private readonly IAsynchronousOperationListener _asyncListener; 45IAsynchronousOperationListener asyncListener,
IntelliSense\AsyncCompletion\CompletionSource.cs (2)
68private readonly IAsynchronousOperationListener _asyncListener; 78IAsynchronousOperationListener asyncListener,
IntelliSense\AsyncCompletion\CompletionSourceProvider.cs (1)
27private readonly IAsynchronousOperationListener _listener;
IntelliSense\Helpers.cs (1)
196IAsynchronousOperationListener asyncListener,
IntelliSense\QuickInfo\IntellisenseQuickInfoBuilder.cs (1)
151IAsynchronousOperationListener asyncListener,
IntelliSense\QuickInfo\IntellisenseQuickInfoBuilderContext.cs (2)
26IAsynchronousOperationListener? asynchronousOperationListener, 43public IAsynchronousOperationListener? AsynchronousOperationListener { get; }
IntelliSense\QuickInfo\QuickInfoSourceProvider.cs (1)
30private readonly IAsynchronousOperationListener _listener;
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (2)
39private readonly IAsynchronousOperationListener _asyncListener; 48IAsynchronousOperationListener asyncListener,
Interactive\InteractiveSession.cs (1)
82IAsynchronousOperationListener listener,
LanguageServer\AlwaysActiveLanguageClientEventListener.cs (1)
31private readonly IAsynchronousOperationListener _asynchronousOperationListener;
NavigateTo\NavigateToHelpers.cs (1)
21IAsynchronousOperationListener asyncListener)
NavigationBar\NavigationBarController.cs (2)
40private readonly IAsynchronousOperationListener _asyncListener; 87IAsynchronousOperationListener asyncListener)
NavigationBar\NavigationBarControllerFactoryService.cs (1)
22private readonly IAsynchronousOperationListener _asyncListener;
Remote\SolutionChecksumUpdater.cs (1)
51var listener = listenerProvider.GetListener(FeatureAttribute.SolutionChecksumUpdater);
RenameTracking\RenameTrackingTaggerProvider.cs (1)
44private readonly IAsynchronousOperationListener _asyncListener;
RenameTracking\RenameTrackingTaggerProvider.StateMachine.cs (2)
40private readonly IAsynchronousOperationListener _asyncListener; 64IAsynchronousOperationListener asyncListener)
RenameTracking\RenameTrackingTaggerProvider.TrackingSession.cs (2)
44private readonly IAsynchronousOperationListener _asyncListener; 60IAsynchronousOperationListener asyncListener)
Shared\Tagging\EventSources\TaggerEventSources.cs (1)
38public static ITaggerEventSource OnWorkspaceChanged(ITextBuffer subjectBuffer, IAsynchronousOperationListener listener)
Shared\Tagging\EventSources\TaggerEventSources.WorkspaceChangedEventSource.cs (1)
22IAsynchronousOperationListener asyncListener)
Tagging\AbstractAsynchronousTaggerProvider.cs (2)
38protected readonly IAsynchronousOperationListener AsyncListener; 122IAsynchronousOperationListener asyncListener)
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (2)
60private readonly IAsynchronousOperationListener _asyncListener; 148IAsynchronousOperationListener asyncListener)
Tagging\AsynchronousTaggerProvider.cs (1)
22IAsynchronousOperationListener asyncListener)
Tagging\AsynchronousViewTaggerProvider.cs (1)
23IAsynchronousOperationListener asyncListener)
Tagging\CompilationAvailableTaggerEventSource.cs (1)
47IAsynchronousOperationListener asyncListener,
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (13)
AsyncSuggestedActionsSource.cs (2)
34private readonly IAsynchronousOperationListener _listener; 43IAsynchronousOperationListener listener)
Controller.cs (2)
46IAsynchronousOperationListener asyncListener, 63IAsynchronousOperationListener asyncListener,
NavigableSymbolService.cs (1)
27private readonly IAsynchronousOperationListener _listener;
NavigationCommandHandlers\FindBaseSymbolsCommandHandler.cs (1)
31private readonly IAsynchronousOperationListener _asyncListener;
NavigationCommandHandlers\FindDerivedSymbolsCommandHandler.cs (1)
32private readonly IAsynchronousOperationListener _asyncListener;
NavigationCommandHandlers\FindExtensionMethodsCommandHandler.cs (1)
35private readonly IAsynchronousOperationListener _asyncListener;
NavigationCommandHandlers\FindImplementingMembersCommandHandler.cs (1)
33private readonly IAsynchronousOperationListener _asyncListener;
NavigationCommandHandlers\FindMemberOverloadsCommandHandler.cs (1)
30private readonly IAsynchronousOperationListener _asyncListener;
NavigationCommandHandlers\FindReferencesOfOverloadsCommandHandler.cs (1)
36private readonly IAsynchronousOperationListener _asyncListener;
SignatureHelpControllerProvider.cs (1)
31private readonly IAsynchronousOperationListener _listener;
SuggestedActionsSourceProvider.cs (1)
59public readonly IAsynchronousOperationListener OperationListener;
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Tagging\AsynchronousTaggerTests.cs (1)
160IAsynchronousOperationListener asyncListener)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (23)
Adornments\AbstractAdornmentManager.cs (2)
33private readonly IAsynchronousOperationListener _asyncListener; 63IAsynchronousOperationListener asyncListener,
Adornments\AbstractAdornmentManagerProvider.cs (1)
24protected readonly IAsynchronousOperationListener AsyncListener;
BackgroundWorkIndicator\WpfBackgroundWorkIndicatorFactory.cs (1)
25private readonly IAsynchronousOperationListener _listener;
InlineDiagnostics\InlineDiagnosticsAdornmentManager.cs (1)
37IAsynchronousOperationListener asyncListener,
InlineHints\InlineHintsTaggerProvider.cs (1)
37public readonly IAsynchronousOperationListener AsynchronousOperationListener;
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
28private readonly IAsynchronousOperationListener _listener;
Interactive\InteractiveEvaluator.cs (1)
67IAsynchronousOperationListener listener,
LineSeparators\LineSeparatorAdornmentManager.cs (1)
19IViewTagAggregatorFactoryService tagAggregatorFactoryService, IAsynchronousOperationListener asyncListener, string adornmentLayerName)
NavigableSymbols\NavigableSymbolService.cs (1)
27private readonly IAsynchronousOperationListener _listener;
NavigateTo\NavigateToItemDisplay.cs (2)
29private readonly IAsynchronousOperationListener _asyncListener; 36IAsynchronousOperationListener asyncListener,
NavigateTo\NavigateToItemDisplayFactory.cs (2)
17private readonly IAsynchronousOperationListener _asyncListener; 22IAsynchronousOperationListener asyncListener)
NavigateTo\NavigateToItemProvider.cs (2)
24private readonly IAsynchronousOperationListener _asyncListener; 34IAsynchronousOperationListener asyncListener)
SignatureHelp\Controller.cs (2)
46IAsynchronousOperationListener asyncListener, 63IAsynchronousOperationListener asyncListener,
SignatureHelp\SignatureHelpControllerProvider.cs (1)
31private readonly IAsynchronousOperationListener _listener;
StringIndentation\StringIndentationAdornmentManager.cs (1)
26IAsynchronousOperationListener asyncListener,
Suggestions\AsyncSuggestedActionsSource.cs (2)
34private readonly IAsynchronousOperationListener _listener; 43IAsynchronousOperationListener listener)
Suggestions\SuggestedActionsSourceProvider.cs (1)
59public readonly IAsynchronousOperationListener OperationListener;
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
IntelliSense\SignatureHelpControllerTests.vb (2)
395Public ReadOnly AsyncListener As IAsynchronousOperationListener 403asyncListener As IAsynchronousOperationListener,
Microsoft.CodeAnalysis.ExternalAccess.Razor (3)
RazorAsynchronousOperationListenerProviderAccessor.cs (1)
28var inner = _implementation.GetListener(featureName);
RazorAsynchronousOperationListenerWrapper.cs (2)
13private readonly IAsynchronousOperationListener _implementation; 15public RazorAsynchronousOperationListenerWrapper(IAsynchronousOperationListener implementation)
Microsoft.CodeAnalysis.Features (34)
DesignerAttribute\DesignerAttributeDiscoveryService.cs (1)
34private readonly IAsynchronousOperationListener _listener;
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingGlobalOperationAwareIdleProcessor.cs (1)
23IAsynchronousOperationListener listener,
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingIdleProcessor.cs (2)
21protected readonly IAsynchronousOperationListener Listener; 38IAsynchronousOperationListener listener,
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
29private readonly IAsynchronousOperationListener _listener;
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.AbstractUnitTestingPriorityProcessor.cs (1)
29IAsynchronousOperationListener listener,
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (2)
33private readonly IAsynchronousOperationListener _listener; 45IAsynchronousOperationListener listener,
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingIncrementalAnalyzerProcessor.cs (2)
35private readonly IAsynchronousOperationListener _listener; 56IAsynchronousOperationListener listener,
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingLowPriorityProcessor.cs (1)
29IAsynchronousOperationListener listener,
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingNormalPriorityProcessor.cs (1)
47IAsynchronousOperationListener listener,
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingSemanticChangeProcessor.cs (2)
42IAsynchronousOperationListener listener, 343IAsynchronousOperationListener listener,
NavigateTo\INavigateToSearcherHost.cs (2)
32private readonly IAsynchronousOperationListener _asyncListener; 46IAsynchronousOperationListener asyncListener,
NavigateTo\NavigateToSearcher.cs (1)
75IAsynchronousOperationListener asyncListener,
Shared\TestHooks\Legacy\ListenerForwarders.cs (1)
14[assembly: TypeForwardedTo(typeof(Microsoft.CodeAnalysis.Shared.TestHooks.IAsynchronousOperationListener))]
Shared\Utilities\CompilationAvailableEventSource.cs (2)
24private readonly IAsynchronousOperationListener _asyncListener; 32IAsynchronousOperationListener asyncListener)
SolutionCrawler\GlobalOperationAwareIdleProcessor.cs (1)
23IAsynchronousOperationListener listener,
SolutionCrawler\IdleProcessor.cs (2)
21protected readonly IAsynchronousOperationListener Listener; 38IAsynchronousOperationListener listener,
SolutionCrawler\SolutionCrawlerRegistrationService.cs (1)
29private readonly IAsynchronousOperationListener _listener;
SolutionCrawler\WorkCoordinator.AbstractPriorityProcessor.cs (1)
29IAsynchronousOperationListener listener,
SolutionCrawler\WorkCoordinator.cs (2)
28private readonly IAsynchronousOperationListener _listener; 41IAsynchronousOperationListener listener,
SolutionCrawler\WorkCoordinator.HighPriorityProcessor.cs (1)
35IAsynchronousOperationListener listener,
SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs (2)
34private readonly IAsynchronousOperationListener _listener; 51IAsynchronousOperationListener listener,
SolutionCrawler\WorkCoordinator.LowPriorityProcessor.cs (1)
29IAsynchronousOperationListener listener,
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (1)
46IAsynchronousOperationListener listener,
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (2)
41IAsynchronousOperationListener listener, 342IAsynchronousOperationListener listener,
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Features\Diagnostics\DiagnosticAnalyzerService.cs (1)
36public IAsynchronousOperationListener Listener { get; }
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.InProcOrRemoteHostAnalyzerRunner.cs (2)
28private readonly IAsynchronousOperationListener _asyncOperationListener; 33IAsynchronousOperationListener? operationListener = null)
Handler\References\FindAllReferencesHandler.cs (1)
28private readonly IAsynchronousOperationListener _asyncListener;
Handler\References\FindUsagesLSPContext.cs (1)
83IAsynchronousOperationListener asyncListener,
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
48private readonly IAsynchronousOperationListener _asyncListener;
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
41private readonly IAsynchronousOperationListener _asyncListener;
Microsoft.CodeAnalysis.Workspaces (29)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (1)
43public SymbolTreeInfoCacheService(Workspace workspace, IAsynchronousOperationListener listener)
FindSymbols\SymbolTree\SymbolTreeInfoCacheServiceFactory.cs (1)
16private readonly IAsynchronousOperationListener _listener;
Remote\IRemoteKeepAliveService.cs (2)
29private RemoteKeepAliveSession(Solution solution, IAsynchronousOperationListener listener) 77IAsynchronousOperationListener listener)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (3)
22/// <see cref="IAsynchronousOperationListener" /> and use 31public static readonly IAsynchronousOperationListener NullListener = new NullOperationListener(); 80public IAsynchronousOperationListener GetListener(string featureName)
Shared\TestHooks\AsynchronousOperationListenerProvider+NullListenerProvider.cs (1)
11public IAsynchronousOperationListener GetListener(string featureName) => NullListener;
Shared\TestHooks\IAsynchronousOperationListenerProvider.cs (3)
8/// Return <see cref="IAsynchronousOperationListener"/> for the given featureName 15/// Get <see cref="IAsynchronousOperationListener"/> for given feature. 18IAsynchronousOperationListener GetListener(string featureName);
Shared\Utilities\AsyncBatchingWorkQueue`0.cs (1)
20IAsynchronousOperationListener asyncListener,
Shared\Utilities\AsyncBatchingWorkQueue`1.cs (2)
20IAsynchronousOperationListener asyncListener, 34IAsynchronousOperationListener asyncListener,
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (2)
43private readonly IAsynchronousOperationListener _asyncListener; 105IAsynchronousOperationListener asyncListener,
Storage\SQLite\v2\SQLitePersistentStorage.cs (2)
55IAsynchronousOperationListener asyncListener, 90IAsynchronousOperationListener asyncListener,
Storage\SQLite\v2\SQLitePersistentStorageService.cs (4)
25private readonly IAsynchronousOperationListener _asyncListener; 69private readonly IAsynchronousOperationListener _asyncListener; 75IAsynchronousOperationListener asyncListener) 85IAsynchronousOperationListener asyncListener,
Utilities\TaskQueue.cs (2)
17public IAsynchronousOperationListener Listener { get; } 23public TaskQueue(IAsynchronousOperationListener operationListener, TaskScheduler taskScheduler)
Workspace\Host\TaskScheduler\IWorkspaceAsynchronousOperationListenerProvider.cs (2)
10/// Workspace service that provides <see cref="IAsynchronousOperationListener"/> instance. 14IAsynchronousOperationListener GetListener();
Workspace\Host\TaskScheduler\WorkspaceAsynchronousOperationListenerProvider.cs (2)
16private readonly IAsynchronousOperationListener _listener; 23public IAsynchronousOperationListener GetListener()
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
35public IAsynchronousOperationListener WorkspaceListener { get; }
Microsoft.VisualStudio.IntegrationTest.Setup (3)
AsyncCompletionTracker.cs (1)
46var listener = _asynchronousOperationListenerProvider.GetListener(FeatureAttribute.CompletionSet);
IntegrationTestServiceCommands.cs (2)
197private readonly IAsynchronousOperationListener _asynchronousOperationListener; 199public RunningDocumentTableEventListener(IAsynchronousOperationListener asynchronousOperationListener)
Microsoft.VisualStudio.LanguageServices (65)
CallHierarchy\CallHierarchyCommandHandler.cs (1)
39private readonly IAsynchronousOperationListener _listener;
CallHierarchy\CallHierarchyProvider.cs (1)
33public readonly IAsynchronousOperationListener AsyncListener;
CallHierarchy\Finders\AbstractCallFinder.cs (2)
22private readonly IAsynchronousOperationListener _asyncListener; 36IAsynchronousOperationListener asyncListener,
CallHierarchy\Finders\BaseMemberFinder.cs (1)
21public BaseMemberFinder(ISymbol symbol, ProjectId projectId, IAsynchronousOperationListener asyncListener, CallHierarchyProvider provider)
CallHierarchy\Finders\CallToOverrideFinder.cs (1)
18public CallToOverrideFinder(ISymbol symbol, ProjectId projectId, IAsynchronousOperationListener asyncListener, CallHierarchyProvider provider)
CallHierarchy\Finders\FieldReferenceFinder.cs (1)
19public FieldReferenceFinder(ISymbol symbol, ProjectId projectId, IAsynchronousOperationListener asyncListener, CallHierarchyProvider provider)
CallHierarchy\Finders\ImplementerFinder.cs (1)
22public ImplementerFinder(ISymbol symbol, ProjectId projectId, IAsynchronousOperationListener asyncListener, CallHierarchyProvider provider)
CallHierarchy\Finders\InterfaceImplementationCallFinder.cs (1)
22public InterfaceImplementationCallFinder(ISymbol symbol, ProjectId projectId, IAsynchronousOperationListener asyncListener, CallHierarchyProvider provider)
CallHierarchy\Finders\MethodCallFinder.cs (1)
20public MethodCallFinder(ISymbol symbol, ProjectId projectId, IAsynchronousOperationListener asyncListener, CallHierarchyProvider provider)
CallHierarchy\Finders\OverridingMemberFinder.cs (1)
22public OverridingMemberFinder(ISymbol symbol, ProjectId projectId, IAsynchronousOperationListener asyncListener, CallHierarchyProvider provider)
DesignerAttribute\VisualStudioDesignerAttributeService.cs (1)
73var listener = asynchronousOperationListenerProvider.GetListener(FeatureAttribute.DesignerAttributes);
Diagnostics\VisualStudioDiagnosticAnalyzerProvider.WorkspaceEventListener.cs (1)
31private readonly IAsynchronousOperationListener _listener;
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
43private readonly IAsynchronousOperationListener _listener;
DocumentOutline\DocumentOutlineControl.xaml.cs (2)
34private readonly IAsynchronousOperationListener _asyncListener; 89IAsynchronousOperationListener asyncListener,
ErrorReporting\VisualStudioErrorReportingService.cs (1)
22private readonly IAsynchronousOperationListener _listener;
ErrorReporting\VisualStudioInfoBar.cs (1)
23private readonly IAsynchronousOperationListener _listener;
FindReferences\FindReferencesTableControlEventProcessorProvider.cs (4)
32private readonly IAsynchronousOperationListener _listener; 50private readonly IAsynchronousOperationListener _listener; 52public TableControlEventProcessor(IUIThreadOperationExecutor operationExecutor, IAsynchronousOperationListener listener) 75IAsynchronousOperationListener listener,
FindReferences\StreamingFindUsagesPresenter.cs (1)
49private readonly IAsynchronousOperationListener _asyncListener;
InheritanceMargin\InheritanceGlyphFactory.cs (2)
35private readonly IAsynchronousOperationListener _listener; 47IAsynchronousOperationListener listener)
InheritanceMargin\InheritanceGlyphFactoryProvider.cs (1)
36private readonly IAsynchronousOperationListener _listener;
InheritanceMargin\InheritanceGlyphManager.cs (2)
43private readonly IAsynchronousOperationListener _listener; 56IAsynchronousOperationListener listener,
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
56IAsynchronousOperationListener listener,
InheritanceMargin\InheritanceMarginViewMarginProvider.cs (1)
82var listener = _listenerProvider.GetListener(FeatureAttribute.InheritanceMargin);
InheritanceMargin\MarginGlyph\InheritanceMarginContextMenu.xaml.cs (2)
30private readonly IAsynchronousOperationListener _listener; 37IAsynchronousOperationListener listener)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (2)
36private readonly IAsynchronousOperationListener _listener; 47IAsynchronousOperationListener listener)
Interop\CleanableWeakComHandleTable.cs (1)
61public async Task CleanUpDeadObjectsAsync(IAsynchronousOperationListener listener)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
250var asyncListener = asyncListenerProvider.GetListener(FeatureAttribute.DocumentOutline);
Library\AbstractObjectList.cs (1)
319var asynchronousOperationListener = LibraryManager.ComponentModel.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
492var asynchronousOperationListener = ComponentModel.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
NavigateTo\RoslynSearchItemsSourceProvider.cs (1)
41private readonly IAsynchronousOperationListener _asyncListener;
NavigateTo\VisualStudioNavigateToItemProviderFactory.cs (1)
24private readonly IAsynchronousOperationListener _asyncListener;
Packaging\PackageInstallerServiceFactory.cs (1)
62private readonly IAsynchronousOperationListener _listener;
PdbSourceDocument\PdbSourceDocumentOutputWindowLogger.cs (1)
41var asyncListener = listenerProvider.GetListener(nameof(PdbSourceDocumentOutputWindowLogger));
Progression\GraphProvider.cs (2)
33private readonly IAsynchronousOperationListener _asyncListener; 72IAsynchronousOperationListener asyncListener)
Progression\GraphQueries\SearchGraphQuery.cs (2)
20private readonly IAsynchronousOperationListener _asyncListener; 26IAsynchronousOperationListener asyncListener)
Progression\GraphQueryManager.cs (1)
40IAsynchronousOperationListener asyncListener)
ProjectSystem\OpenTextBufferProvider.cs (1)
73var listener = listenerProvider.GetListener(FeatureAttribute.Workspace);
ProjectSystem\RuleSets\VisualStudioRuleSetManager.cs (2)
20private readonly IAsynchronousOperationListener _listener; 27IAsynchronousOperationListener listener)
ProjectSystem\RuleSets\VisualStudioRuleSetManagerFactory.cs (1)
20private readonly IAsynchronousOperationListener _listener;
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
112private readonly IAsynchronousOperationListener _workspaceListener;
ProjectSystem\VisualStudioWorkspaceImpl.OpenFileTracker.cs (1)
43private readonly IAsynchronousOperationListener _asynchronousOperationListener;
Snippets\AbstractSnippetInfoService.cs (1)
44private readonly IAsynchronousOperationListener _waiter;
TableDataSource\Suppression\VisualStudioDiagnosticListTableCommandHandler.cs (1)
43private readonly IAsynchronousOperationListener _listener;
TableDataSource\Suppression\VisualStudioSuppressionFixService.cs (1)
49private readonly IAsynchronousOperationListener _listener;
TableDataSource\VisualStudioDiagnosticListTable.cs (1)
33private readonly IAsynchronousOperationListener _asynchronousOperationListener;
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
94IAsynchronousOperationListener listener,
ValueTracking\ValueTrackedTreeItemViewModel.cs (3)
31private readonly IAsynchronousOperationListener _listener; 55IAsynchronousOperationListener listener, 100IAsynchronousOperationListener listener,
ValueTracking\ValueTrackingCommandHandler.cs (1)
48private readonly IAsynchronousOperationListener _listener;
Workspace\SourceGeneratedFileManager.cs (1)
42private readonly IAsynchronousOperationListener _listener;
Workspace\VisualStudioWorkspaceStatusServiceFactory.cs (2)
33private readonly IAsynchronousOperationListener _listener; 95public Service(IAsyncServiceProvider2 serviceProvider, IThreadingContext threadingContext, IAsynchronousOperationListener listener)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
31private readonly IAsynchronousOperationListener _listener;
Microsoft.VisualStudio.LanguageServices.Implementation (5)
CodeModel\ProjectCodeModelFactory.cs (1)
76internal IAsynchronousOperationListener Listener { get; }
SolutionExplorer\AnalyzersCommandHandler.cs (1)
48private readonly IAsynchronousOperationListener _listener;
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSource.cs (2)
26private readonly IAsynchronousOperationListener _asyncListener; 43public SourceGeneratedFileItemSource(SourceGeneratorItem parentGeneratorItem, Workspace workspace, IAsynchronousOperationListener asyncListener, IThreadingContext threadingContext)
SolutionExplorer\SourceGeneratedFileItems\SourceGeneratedFileItemSourceProvider.cs (1)
24private readonly IAsynchronousOperationListener _asyncListener;
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
InProcess\WorkspaceInProcess.cs (2)
173private readonly IAsynchronousOperationListener _asynchronousOperationListener; 175public RunningDocumentTableEventListener(IThreadingContext threadingContext, IAsynchronousOperationListener asynchronousOperationListener)