3 references to Parent
dotnet (1)
Commands\Workload\Search\WorkloadSearchVersionsCommand.cs (1)
42
if (!string.IsNullOrEmpty(result.GetValue(Definition.
Parent
.VersionOption)))
Microsoft.DotNet.Cli.Definitions (2)
Commands\Workload\WorkloadSearchVersionsCommandDefinition.cs (2)
46
if (result.GetValue(
Parent
.WorkloadIdStubArgument) != null)
48
result.AddError(string.Format(CommandDefinitionStrings.CannotCombineSearchStringAndVersion,
Parent
.WorkloadIdStubArgument.Name, Name));