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)
17
public static
StartPage_InProc
Create()
OutOfProcess\StartPage_OutOfProc.cs (2)
11
private readonly
StartPage_InProc
_inProc;
16
_inProc = CreateInProcComponent<
StartPage_InProc
>(visualStudioInstance);