1 instantiation of ErrorList_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\ErrorList_InProc.cs (1)
21=> new ErrorList_InProc();
4 references to ErrorList_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (4)
InProcess\ErrorList_InProc.cs (1)
20public static ErrorList_InProc Create()
InProcess\SolutionExplorer_InProc.cs (1)
319ErrorList_InProc.Create().WaitForNoErrorsInErrorList(Helper.HangMitigatingTimeout);
OutOfProcess\ErrorList_OutOfProc.cs (2)
11private readonly ErrorList_InProc _inProc; 20_inProc = CreateInProcComponent<ErrorList_InProc>(visualStudioInstance);