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