1 instantiation of Shell_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\Shell_InProc.cs (1)
13public static Shell_InProc Create() => new Shell_InProc();
5 references to Shell_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (5)
InProcess\Shell_InProc.cs (1)
13public static Shell_InProc Create() => new Shell_InProc();
LightBulbHelper.cs (2)
113var shell = Shell_InProc.Create();
OutOfProcess\Shell_OutOfProc.cs (2)
12private readonly Shell_InProc _inProc; 17_inProc = CreateInProcComponent<Shell_InProc>(visualStudioInstance);