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