Implemented interface member:
method
GetListener
Microsoft.CodeAnalysis.Shared.TestHooks.IAsynchronousOperationListenerProvider.GetListener(System.String)
4 references to GetListener
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Tagging\AsynchronousTaggerTests.cs (3)
66var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(FeatureAttribute.Tagger); 157var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(FeatureAttribute.Tagger); 213var asyncListener = (AsynchronousOperationListener)asyncListenerProvider.GetListener(FeatureAttribute.Tagger);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
104=> (IAsynchronousOperationWaiter)GetListener(featureName);