1 write to Port
vstest.console (1)
Processors\PortArgumentProcessor.cs (1)
143
_commandLineOptions.
Port
= portNumber;
2 references to Port
vstest.console (2)
Processors\PortArgumentProcessor.cs (2)
157
_designModeClient?.ConnectToClientAndProcessRequests(_commandLineOptions.
Port
, _testRequestManager);
161
throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.DesignModeClientTimeoutError, _commandLineOptions.
Port
), ex);