1 instantiation of Debugger_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\Debugger_InProc.cs (1)
36=> new Debugger_InProc();
3 references to Debugger_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
InProcess\Debugger_InProc.cs (1)
35public static Debugger_InProc Create()
OutOfProcess\Debugger_OutOfProc.cs (2)
15private readonly Debugger_InProc _debuggerInProc; 21_debuggerInProc = CreateInProcComponent<Debugger_InProc>(visualStudioInstance);