7 references to GroupResolutionStatus
Microsoft.TemplateEngine.Cli (7)
TemplateResolution\TemplateResolutionResult.cs (7)
184
/// Has value only when <see cref="
GroupResolutionStatus
" /> is <see cref="TemplateGroupStatus.SingleMatch"/>.
200
/// Has value only when <see cref="
GroupResolutionStatus
" /> is <see cref="TemplateGroupStatus.SingleMatch"/>.
307
switch (
GroupResolutionStatus
)
310
throw new ArgumentException($"{nameof(
GroupResolutionStatus
)} should not be {nameof(TemplateGroupStatus.NotEvaluated)} after running {nameof(EvaluateUnambiguousTemplateGroup)}");
320
throw new ArgumentException($"{nameof(_unambiguousTemplateGroup)} should not be null if running {nameof(
GroupResolutionStatus
)} is {nameof(TemplateGroupStatus.SingleMatch)}");
325
throw new ArgumentException($"Unexpected value of {nameof(
GroupResolutionStatus
)}: {
GroupResolutionStatus
}.");