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