35 references to Instance
vstest.console (35)
Internal\ConsoleLogger.cs (3)
418
Output.WriteLine(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestSourcesDiscovered, CommandLineOptions.
Instance
.Sources.Count()), OutputLevel.Information);
421
foreach (var source in CommandLineOptions.
Instance
.Sources)
687
CommandLineOptions.
Instance
.TestSessionCorrelationId is null)
Processors\ArtifactProcessingCollectModeProcessor.cs (1)
37
new ArtifactProcessingCollectModeProcessorExecutor(CommandLineOptions.
Instance
));
Processors\ArtifactProcessingPostProcessModeProcessor.cs (2)
41
new ArtifactProcessingPostProcessModeProcessorExecutor(CommandLineOptions.
Instance
,
42
new ArtifactProcessingManager(CommandLineOptions.
Instance
.TestSessionCorrelationId)));
Processors\CLIRunSettingsArgumentProcessor.cs (1)
46
new CliRunSettingsArgumentExecutor(RunSettingsManager.Instance, CommandLineOptions.
Instance
));
Processors\DisableAutoFakesArgumentProcessor.cs (1)
24
new DisableAutoFakesArgumentExecutor(CommandLineOptions.
Instance
));
Processors\EnableCodeCoverageArgumentProcessor.cs (1)
46
new EnableCodeCoverageArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance, new FileHelper()));
Processors\EnvironmentArgumentProcessor.cs (1)
35
new ArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance, ConsoleOutput.Instance));
Processors\FrameworkArgumentProcessor.cs (1)
44
new FrameworkArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance));
Processors\InIsolationArgumentProcessor.cs (1)
40
new InIsolationArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance));
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
50
CommandLineOptions.
Instance
,
Processors\ListTestsArgumentProcessor.cs (1)
53
CommandLineOptions.
Instance
,
Processors\ListTestsTargetPathArgumentProcessor.cs (1)
34
new ListTestsTargetPathArgumentExecutor(CommandLineOptions.
Instance
));
Processors\ParallelArgumentProcessor.cs (1)
39
new ParallelArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance));
Processors\ParentProcessIdArgumentProcessor.cs (1)
38
new ParentProcessIdArgumentExecutor(CommandLineOptions.
Instance
));
Processors\PlatformArgumentProcessor.cs (1)
45
new PlatformArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance));
Processors\PortArgumentProcessor.cs (1)
46
new PortArgumentExecutor(CommandLineOptions.
Instance
, TestRequestManager.Instance));
Processors\ResultsDirectoryArgumentProcessor.cs (1)
44
new ResultsDirectoryArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance));
Processors\RunSettingsArgumentProcessor.cs (1)
47
new RunSettingsArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance));
Processors\RunSpecificTestsArgumentProcessor.cs (3)
42
CommandLineOptions.
Instance
,
45
new ArtifactProcessingManager(CommandLineOptions.
Instance
.TestSessionCorrelationId),
365
if (!testsFoundInAnySource && !CommandLineOptions.
Instance
.TestAdapterPathsSet && _commandLineOptions.TestCaseFilterValue == null)
Processors\RunTestsArgumentProcessor.cs (3)
38
CommandLineOptions.
Instance
,
41
new ArtifactProcessingManager(CommandLineOptions.
Instance
.TestSessionCorrelationId),
225
if (!testsFoundInAnySource && !CommandLineOptions.
Instance
.TestAdapterPathsSet && _commandLineOptions.TestCaseFilterValue == null)
Processors\TestAdapterLoadingStrategyArgumentProcessor.cs (1)
46
new TestAdapterLoadingStrategyArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance, ConsoleOutput.Instance, new FileHelper()));
Processors\TestAdapterPathArgumentProcessor.cs (1)
46
new TestAdapterPathArgumentExecutor(CommandLineOptions.
Instance
, RunSettingsManager.Instance,
Processors\TestCaseFilterArgumentProcessor.cs (1)
39
new TestCaseFilterArgumentExecutor(CommandLineOptions.
Instance
));
Processors\TestSessionCorrelationIdProcessor.cs (1)
39
new TestSessionCorrelationIdProcessorModeProcessorExecutor(CommandLineOptions.
Instance
));
Processors\TestSourceArgumentProcessor.cs (1)
36
new TestSourceArgumentExecutor(CommandLineOptions.
Instance
));
Processors\UseVsixExtensionsArgumentProcessor.cs (1)
43
new UseVsixExtensionsArgumentExecutor(CommandLineOptions.
Instance
, TestRequestManager.Instance, new VSExtensionManager(), ConsoleOutput.Instance));
TestPlatformHelpers\TestRequestManager.cs (2)
100
CommandLineOptions.
Instance
,
107
CommandLineOptions.
Instance
.IsDesignMode),