3 writes to IsDebuggingEnabled
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (1)
101Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)obj).IsDebuggingEnabled = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
445IsDebuggingEnabled = (testHostLauncher != null) 546IsDebuggingEnabled = testHostLauncher != null && testHostLauncher.IsDebug,
3 references to IsDebuggingEnabled
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (2)
100Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)obj).IsDebuggingEnabled, 171writer.WriteBoolean(PropName_IsDebuggingEnabled, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)value).IsDebuggingEnabled);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
609? DesignModeTestHostLauncherFactory.GetCustomHostLauncherForTestRun(this, payload.IsDebuggingEnabled)