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)
42if (_templateList != null) 44templates = _templateList; 52throw new Exception($"Both {nameof(_templateList)} and {nameof(_templatePackageManager)} cannot be null.");