1 write to RuntimeOption
Microsoft.DotNet.Cli.Definitions (1)
Common\TargetPlatformOptions.cs (1)
31
RuntimeOption
= runtimeOption;
9 references to RuntimeOption
dotnet (6)
Commands\Build\BuildCommandParser.cs (1)
15
command.TargetPlatformOptions.
RuntimeOption
.AddCompletions(CliCompletion.RuntimesFromProjectFile);
Commands\Publish\PublishCommandParser.cs (1)
16
command.TargetPlatformOptions.
RuntimeOption
.AddCompletions(CliCompletion.RuntimesFromProjectFile);
Commands\Restore\RestoreCommandParser.cs (1)
13
command.TargetPlatformOptions.
RuntimeOption
.AddCompletions(CliCompletion.RuntimesFromProjectFile);
Commands\Run\RunCommandParser.cs (1)
16
command.TargetPlatformOptions.
RuntimeOption
.AddCompletions(CliCompletion.RuntimesFromProjectFile);
Commands\Test\MTP\ValidationUtility.cs (1)
48
parseResult.HasOption(definition.TargetPlatformOptions.
RuntimeOption
))
Commands\Test\TestCommandParser.cs (1)
14
command.TargetPlatformOptions.
RuntimeOption
.AddCompletions(CliCompletion.RuntimesFromProjectFile);
Microsoft.DotNet.Cli.Definitions (3)
Common\TargetPlatformOptions.cs (3)
43
options.Add(
RuntimeOption
);
67
if (parseResult.HasOption(
RuntimeOption
))
83
if (parseResult.HasOption(
RuntimeOption
))