7 references to Instance
vstest.console (7)
CommandLine\Executor.cs (1)
207
TestRequestManager.
Instance
.Dispose();
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
52
TestRequestManager.
Instance
));
Processors\ListTestsArgumentProcessor.cs (1)
55
TestRequestManager.
Instance
));
Processors\PortArgumentProcessor.cs (1)
46
new PortArgumentExecutor(CommandLineOptions.Instance, TestRequestManager.
Instance
));
Processors\RunSpecificTestsArgumentProcessor.cs (1)
44
TestRequestManager.
Instance
,
Processors\RunTestsArgumentProcessor.cs (1)
40
TestRequestManager.
Instance
,
Processors\UseVsixExtensionsArgumentProcessor.cs (1)
43
new UseVsixExtensionsArgumentExecutor(CommandLineOptions.Instance, TestRequestManager.
Instance
, new VSExtensionManager(), ConsoleOutput.Instance));