Implemented interface member:
method
GetListener
Microsoft.CodeAnalysis.Shared.TestHooks.IAsynchronousOperationListenerProvider.GetListener(System.String)
6 references to GetListener
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (1)
Intellisense\TestState.vb (1)
252
Dim asyncToken = asynchronousOperationListenerProvider.
GetListener
(FeatureAttribute.CompletionSet) _
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (4)
SolutionCrawler\WorkCoordinatorTests.cs (4)
830
var token = listenerProvider.
GetListener
(FeatureAttribute.SolutionCrawlerLegacy).BeginAsyncOperation("Test operation");
885
var token = listenerProvider.
GetListener
(FeatureAttribute.SolutionCrawlerLegacy).BeginAsyncOperation("Test operation");
1463
var token = listenerProvider.
GetListener
(FeatureAttribute.SolutionCrawlerLegacy).BeginAsyncOperation("Test operation");
1496
var crawlerListener = (AsynchronousOperationListener)GetListenerProvider(workspace.ExportProvider).
GetListener
(FeatureAttribute.SolutionCrawlerLegacy);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
104
=> (IAsynchronousOperationWaiter)
GetListener
(featureName);