2 references to WaitForNotNullAsync
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
VisualStudioInstanceFactory.cs (2)
184dte = await IntegrationHelper.WaitForNotNullAsync(() => IntegrationHelper.TryLocateDteForProcess(hostProcess)).ConfigureAwait(true); 198dte = await IntegrationHelper.WaitForNotNullAsync(() => IntegrationHelper.TryLocateDteForProcess(hostProcess)).ConfigureAwait(true);