3 references to SourceOption
dotnet (3)
Commands\Workload\InstallingWorkloadCommand.cs (2)
105
var sourceOption = parseResult.GetValue(InstallingWorkloadCommandParser.
SourceOption
);
533
command.Options.Add(
SourceOption
);
Commands\Workload\Repair\WorkloadRepairCommandParser.cs (1)
13
public static readonly Option<string[]> SourceOption = InstallingWorkloadCommandParser.
SourceOption
;