3 references to Json
dotnet-aot (3)
parent\dotnet\Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (2)
605
? TestListFormat.
Json
621
bool isJsonDiscovery = testOptions.IsDiscovery && testOptions.ListTestsFormat == TestListFormat.
Json
;
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (1)
1365
if (_options.ListTestsFormat == TestListFormat.
Json
)