3 references to LightBulbHelper
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\Editor_InProc.cs (1)
330await LightBulbHelper.WaitForLightBulbSessionAsync(broker, view).ConfigureAwait(true);
InProcess\TextViewWindow_InProc.cs (2)
92await LightBulbHelper.WaitForLightBulbSessionAsync(broker, view); 367var actionSets = await LightBulbHelper.WaitForItemsAsync(broker, view);