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)
20
public static
ErrorList_InProc
Create()
InProcess\SolutionExplorer_InProc.cs (1)
319
ErrorList_InProc
.Create().WaitForNoErrorsInErrorList(Helper.HangMitigatingTimeout);
OutOfProcess\ErrorList_OutOfProc.cs (2)
11
private readonly
ErrorList_InProc
_inProc;
20
_inProc = CreateInProcComponent<
ErrorList_InProc
>(visualStudioInstance);