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); 161throw new CommandLineException(string.Format(CultureInfo.CurrentCulture, CommandLineResources.DesignModeClientTimeoutError, _commandLineOptions.Port), ex);