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
"/>.
317
case TemplateGroupStatus.
SingleMatch
:
320
throw new ArgumentException($"{nameof(_unambiguousTemplateGroup)} should not be null if running {nameof(GroupResolutionStatus)} is {nameof(TemplateGroupStatus.
SingleMatch
)}");
362
_unambigiousTemplateGroupStatus = TemplateGroupStatus.
SingleMatch
;