3 writes to HasCustomHostLauncher
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (1)
121Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)obj).HasCustomHostLauncher = value!,
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
444HasCustomHostLauncher = testHostLauncher != null, 545HasCustomHostLauncher = testHostLauncher != null,
3 references to HasCustomHostLauncher
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (2)
120Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)obj).HasCustomHostLauncher, 172writer.WriteBoolean(PropName_HasCustomHostLauncher, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload)value).HasCustomHostLauncher);
Microsoft.VisualStudio.TestPlatform.Client (1)
DesignMode\DesignModeClient.cs (1)
608var customLauncher = payload.HasCustomHostLauncher