1 write to _commandLineOptions
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
152
_commandLineOptions
= commandLineOptions;
25 references to _commandLineOptions
vstest.console (25)
TestPlatformHelpers\TestRequestManager.cs (25)
254
_commandLineOptions
.TestStatsEventTimeout,
258
TestCaseFilter =
_commandLineOptions
.TestCaseFilterValue
395
_commandLineOptions
.TestStatsEventTimeout,
407
_commandLineOptions
.TestStatsEventTimeout,
790
if (
_commandLineOptions
.Sources.Any())
793
_commandLineOptions
,
794
_commandLineOptions
.Sources,
800
_commandLineOptions
,
820
:
_commandLineOptions
.IsDesignMode;
869
_commandLineOptions
.ShouldCollectSourceInformation);
882
_commandLineOptions
.IsDesignMode);
1209
if (
_commandLineOptions
.IsDesignMode)
1223
if (
_commandLineOptions
.FrameworkVersionSpecified)
1225
chosenFramework =
_commandLineOptions
.TargetFrameworkVersion;
1242
if (
_commandLineOptions
.IsDesignMode)
1260
if (
_commandLineOptions
.ArchitectureSpecified)
1262
chosenPlatform =
_commandLineOptions
.TargetArchitecture;
1349
var parallel =
_commandLineOptions
.Parallel;
1355
var platform =
_commandLineOptions
.ArchitectureSpecified;
1361
var enableCodeCoverage =
_commandLineOptions
.EnableCodeCoverage;
1367
var inIsolation =
_commandLineOptions
.InIsolation;
1373
var useVsixExtensions =
_commandLineOptions
.UseVsixExtensions;
1379
var frameworkVersionSpecified =
_commandLineOptions
.FrameworkVersionSpecified;
1385
var settings =
_commandLineOptions
.SettingsFile;
1439
? new ConsoleLogger(
_commandLineOptions
)