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