コード例 #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
ファイル: Editor_OutOfProc.cs プロジェクト: sinclair83/roslyn
 public void GoToImplementation(string expectedWindowName)
 {
     _editorInProc.GoToImplementation();
     _editorInProc.WaitForActiveWindow(expectedWindowName);
 }