public void GoToImplementation(string expectedWindowName) { _instance.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.Workspace); _editorInProc.GoToImplementation(); _instance.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.GoToImplementation); _editorInProc.WaitForActiveWindow(expectedWindowName); }
public void GoToImplementation() => _editorInProc.GoToImplementation();
public void GoToImplementation(string expectedWindowName) { _editorInProc.GoToImplementation(); _editorInProc.WaitForActiveWindow(expectedWindowName); }