9 references to TestOptions
dotnet (9)
Commands\Test\MTP\TestApplication.cs (9)
325
if (
TestOptions
.CollectTestMap)
329
else if (
TestOptions
.AffectedTests)
365
if (
TestOptions
.IsHelp)
370
if (
TestOptions
.IsDiscovery)
375
if (
TestOptions
.CollectTestMap && !
TestOptions
.CollectTestMapForwarded)
380
if (
TestOptions
.AffectedTests && !
TestOptions
.AffectedTestsForwarded)
919
if (!
TestOptions
.IsHelp)