1 instantiation of SolutionExplorer_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\SolutionExplorer_InProc.cs (1)
45=> new SolutionExplorer_InProc();
3 references to SolutionExplorer_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\SolutionExplorer_InProc.cs (1)
44public static SolutionExplorer_InProc Create()
OutOfProcess\SolutionExplorer_OutOfProc.cs (2)
14private readonly SolutionExplorer_InProc _inProc; 21_inProc = CreateInProcComponent<SolutionExplorer_InProc>(visualStudioInstance);