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)
35
public static
Debugger_InProc
Create()
OutOfProcess\Debugger_OutOfProc.cs (2)
15
private readonly
Debugger_InProc
_debuggerInProc;
21
_debuggerInProc = CreateInProcComponent<
Debugger_InProc
>(visualStudioInstance);