3 references to NoLaunchProfileArgumentsOption
dotnet (2)
Commands\Test\MTP\MSBuildUtility.cs (1)
108
parseResult.GetValue(MicrosoftTestingPlatformOptions.
NoLaunchProfileArgumentsOption
),
Commands\Test\TestCommandParser.cs (1)
263
command.Options.Add(MicrosoftTestingPlatformOptions.
NoLaunchProfileArgumentsOption
);
dotnet.Tests (1)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTests.cs (1)
184
MicrosoftTestingPlatformOptions.
NoLaunchProfileArgumentsOption
.Name, "true");