4 references to NoLaunchProfileOption
dotnet (1)
Commands\Test\MTP\TestCommandOptions.cs (1)
132
parseResult.GetValue(definition.
NoLaunchProfileOption
),
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Commands\Test\AotTestCommand.cs (1)
91
&& optionResult.Option != definition.
NoLaunchProfileOption
src\sdk\src\Cli\dotnet\Commands\Test\MTP\TestCommandOptions.cs (1)
132
parseResult.GetValue(definition.
NoLaunchProfileOption
),
Microsoft.DotNet.Cli.Definitions (1)
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
266
Options.Add(
NoLaunchProfileOption
);