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