4 writes to IsDebuggingEnabled
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
445
IsDebuggingEnabled
= (testHostLauncher != null)
546
IsDebuggingEnabled
= testHostLauncher != null && testHostLauncher.IsDebug,
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
261
IsDebuggingEnabled
= testHostLauncher != null
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
261
IsDebuggingEnabled
= testHostLauncher != null
1 reference to IsDebuggingEnabled
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
609
? DesignModeTestHostLauncherFactory.GetCustomHostLauncherForTestRun(this, payload.
IsDebuggingEnabled
)