1 instantiation of StartPage_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\StartPage_InProc.cs (1)
18=> new StartPage_InProc();
3 references to StartPage_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\StartPage_InProc.cs (1)
17public static StartPage_InProc Create()
OutOfProcess\StartPage_OutOfProc.cs (2)
11private readonly StartPage_InProc _inProc; 16_inProc = CreateInProcComponent<StartPage_InProc>(visualStudioInstance);