3 references to NoLaunchProfileOption
dotnet (2)
Commands\Test\MTP\MSBuildUtility.cs (1)
107
parseResult.GetValue(MicrosoftTestingPlatformOptions.
NoLaunchProfileOption
),
Commands\Test\TestCommandParser.cs (1)
262
command.Options.Add(MicrosoftTestingPlatformOptions.
NoLaunchProfileOption
);
dotnet.Tests (1)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTests.cs (1)
165
MicrosoftTestingPlatformOptions.
NoLaunchProfileOption
.Name);