예제 #1
0
 public void GoToImplementation(string expectedWindowName)
 {
     _instance.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.Workspace);
     _editorInProc.GoToImplementation();
     _instance.Workspace.WaitForAsyncOperations(Helper.HangMitigatingTimeout, FeatureAttribute.GoToImplementation);
     _editorInProc.WaitForActiveWindow(expectedWindowName);
 }
예제 #2
0
 public void GoToImplementation()
 => _editorInProc.GoToImplementation();
예제 #3
0
 public void GoToImplementation(string expectedWindowName)
 {
     _editorInProc.GoToImplementation();
     _editorInProc.WaitForActiveWindow(expectedWindowName);
 }