1 write to _commandLineOptions
vstest.console (1)
Processors\PortArgumentProcessor.cs (1)
123
_commandLineOptions
= options;
5 references to _commandLineOptions
vstest.console (5)
Processors\PortArgumentProcessor.cs (5)
143
_commandLineOptions
.Port = portNumber;
144
_commandLineOptions
.IsDesignMode = true;
146
_designModeClient = _designModeInitializer?.Invoke(
_commandLineOptions
.ParentProcessId, _processHelper);
157
_designModeClient?.ConnectToClientAndProcessRequests(
_commandLineOptions
.Port, _testRequestManager);
161
throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.DesignModeClientTimeoutError,
_commandLineOptions
.Port), ex);