4 references to CreateRuntimeOption
Microsoft.DotNet.Cli.Definitions (4)
Commands\Clean\CleanCommandDefinition.cs (1)
37
public readonly Option<string> RuntimeOption = TargetPlatformOptions.
CreateRuntimeOption
(CommandDefinitionStrings.CleanRuntimeOptionDescription);
Commands\Pack\PackCommandDefinition.cs (1)
73
public readonly Option<string> RuntimeOption = TargetPlatformOptions.
CreateRuntimeOption
(CommandDefinitionStrings.BuildRuntimeOptionDescription);
Commands\Tool\StoreCommandDefinition.cs (1)
70
public readonly Option<string> RuntimeOption = TargetPlatformOptions.
CreateRuntimeOption
(CommandDefinitionStrings.StoreRuntimeOptionDescription);
Common\TargetPlatformOptions.cs (1)
37
: this(
CreateRuntimeOption
(runtimeOptionDescription))