3 references to ListTestsFormatJson
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
999return string.Equals(value, TestCommandDefinition.MicrosoftTestingPlatform.ListTestsFormatJson, StringComparison.Ordinal)
Microsoft.DotNet.Cli.Definitions (2)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (2)
165HelpName = $"{ListTestsFormatText}|{ListTestsFormatJson}", 167}.AcceptOnlyFromAmong(ListTestsFormatText, ListTestsFormatJson);