1 write to _templateList
Microsoft.TemplateEngine.Cli (1)
TemplateResolution\BaseTemplateResolver.cs (1)
33
_templateList
= templateList?.ToList() ?? throw new ArgumentNullException(nameof(templateList));
3 references to _templateList
Microsoft.TemplateEngine.Cli (3)
TemplateResolution\BaseTemplateResolver.cs (3)
42
if (
_templateList
!= null)
44
templates =
_templateList
;
52
throw new Exception($"Both {nameof(
_templateList
)} and {nameof(_templatePackageManager)} cannot be null.");