5 references to GetCommand
dotnet (4)
Commands\Test\MTP\MSBuildUtility.cs (1)
74
var msbuildArgs = parseResult.OptionValuesToBeForwarded(TestCommandParser.
GetCommand
())
Commands\Test\VSTest\TestCommand.cs (2)
182
result.OptionValuesToBeForwarded(TestCommandParser.
GetCommand
()) // all msbuild-recognized tokens
203
string? verbosityArg = result.ForwardedOptionValues<IReadOnlyCollection<string>>(TestCommandParser.
GetCommand
(), "--verbosity")?.SingleOrDefault() ?? null;
Parser.cs (1)
85
TestCommandParser.
GetCommand
(),
dotnet.Tests (1)
CommandTests\Test\TestCommandParserTests.cs (1)
68
var command = TestCommandParser.
GetCommand
();