5 references to SingleMatch
Microsoft.TemplateEngine.Cli (5)
TemplateResolution\TemplateResolutionResult.cs (5)
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"/>. 317case TemplateGroupStatus.SingleMatch: 320throw new ArgumentException($"{nameof(_unambiguousTemplateGroup)} should not be null if running {nameof(GroupResolutionStatus)} is {nameof(TemplateGroupStatus.SingleMatch)}"); 362_unambigiousTemplateGroupStatus = TemplateGroupStatus.SingleMatch;