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