1 write to _commandLineOptions
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
128
_commandLineOptions
= commandLineOptions;
24 references to _commandLineOptions
vstest.console (24)
TestPlatformHelpers\TestRequestManager.cs (24)
232
_commandLineOptions
.TestStatsEventTimeout,
236
TestCaseFilter =
_commandLineOptions
.TestCaseFilterValue
373
_commandLineOptions
.TestStatsEventTimeout,
385
_commandLineOptions
.TestStatsEventTimeout,
919
if (
_commandLineOptions
.Sources.Any())
922
_commandLineOptions
,
923
_commandLineOptions
.Sources,
929
_commandLineOptions
,
949
:
_commandLineOptions
.IsDesignMode;
998
_commandLineOptions
.ShouldCollectSourceInformation);
1011
_commandLineOptions
.IsDesignMode);
1325
if (
_commandLineOptions
.IsDesignMode)
1339
if (
_commandLineOptions
.FrameworkVersionSpecified)
1341
chosenFramework =
_commandLineOptions
.TargetFrameworkVersion;
1358
if (
_commandLineOptions
.IsDesignMode)
1376
if (
_commandLineOptions
.ArchitectureSpecified)
1378
chosenPlatform =
_commandLineOptions
.TargetArchitecture;
1465
var parallel =
_commandLineOptions
.Parallel;
1471
var platform =
_commandLineOptions
.ArchitectureSpecified;
1477
var enableCodeCoverage =
_commandLineOptions
.EnableCodeCoverage;
1483
var inIsolation =
_commandLineOptions
.InIsolation;
1489
var useVsixExtensions =
_commandLineOptions
.UseVsixExtensions;
1495
var frameworkVersionSpecified =
_commandLineOptions
.FrameworkVersionSpecified;
1501
var settings =
_commandLineOptions
.SettingsFile;