10 instantiations of DiscoveryRequestPayload
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleRequestSender.cs (2)
952
new
DiscoveryRequestPayload
()
1044
new
DiscoveryRequestPayload
()
vstest.console (4)
InProcessVsTestConsoleWrapper.cs (1)
427
var discoveryRequestPayload = new
DiscoveryRequestPayload
()
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
181
new
DiscoveryRequestPayload
{ Sources = _commandLineOptions.Sources, RunSettings = runSettings },
Processors\ListTestsArgumentProcessor.cs (1)
186
new
DiscoveryRequestPayload
() { Sources = _commandLineOptions.Sources, RunSettings = runSettings },
Processors\RunSpecificTestsArgumentProcessor.cs (1)
223
new
DiscoveryRequestPayload
() { Sources = sources, RunSettings = _effectiveRunSettings }, _discoveryEventsRegistrar, Constants.DefaultProtocolConfig);
vstest.console.arm64 (4)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
427
var discoveryRequestPayload = new
DiscoveryRequestPayload
()
src\vstest\src\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
181
new
DiscoveryRequestPayload
{ Sources = _commandLineOptions.Sources, RunSettings = runSettings },
src\vstest\src\vstest.console\Processors\ListTestsArgumentProcessor.cs (1)
186
new
DiscoveryRequestPayload
() { Sources = _commandLineOptions.Sources, RunSettings = runSettings },
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
223
new
DiscoveryRequestPayload
() { Sources = sources, RunSettings = _effectiveRunSettings }, _discoveryEventsRegistrar, Constants.DefaultProtocolConfig);
8 references to DiscoveryRequestPayload
Microsoft.VisualStudio.TestPlatform.Client (4)
DesignMode\DesignModeClient.cs (3)
208
var
discoveryPayload = _dataSerializer.DeserializePayload<
DiscoveryRequestPayload
>(message);
517
private void StartDiscovery(
DiscoveryRequestPayload
? discoveryRequestPayload, ITestRequestManager testRequestManager)
RequestHelper\ITestRequestManager.cs (1)
43
DiscoveryRequestPayload
discoveryPayload,
vstest.console (2)
InProcessVsTestConsoleWrapper.cs (1)
427
var
discoveryRequestPayload = new DiscoveryRequestPayload()
TestPlatformHelpers\TestRequestManager.cs (1)
169
DiscoveryRequestPayload
discoveryPayload,
vstest.console.arm64 (2)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
427
var
discoveryRequestPayload = new DiscoveryRequestPayload()
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
169
DiscoveryRequestPayload
discoveryPayload,