示例#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);
 }