3 references to GetTokens
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\UseExportProviderAttribute.cs (1)
148foreach (var token in ((AsynchronousOperationListenerProvider)listenerProvider).GetTokens())
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\TestWaitingService.cs (1)
87var tokens = _provider.GetTokens();
InProcess\VisualStudioWorkspace_InProc.cs (1)
85foreach (var token in ((AsynchronousOperationListenerProvider)listenerProvider).GetTokens())