1 instantiation of CustomHostLaunchAckPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1421var ackPayload = new CustomHostLaunchAckPayload()
3 references to CustomHostLaunchAckPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1421var ackPayload = new CustomHostLaunchAckPayload()
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeClient.cs (2)
344var ackPayload = _dataSerializer.DeserializePayload<CustomHostLaunchAckPayload>(ackMessage);