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)
44
public static
SolutionExplorer_InProc
Create()
OutOfProcess\SolutionExplorer_OutOfProc.cs (2)
14
private readonly
SolutionExplorer_InProc
_inProc;
21
_inProc = CreateInProcComponent<
SolutionExplorer_InProc
>(visualStudioInstance);