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