1 write to LegacyFilters
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.Legacy.cs (1)
148LegacyFilters = options;
4 references to LegacyFilters
Microsoft.TemplateEngine.Cli (4)
Commands\list\LegacyListCommand.cs (1)
31return ParentCommand.LegacyFilters[def];
Commands\NewCommand.Legacy.cs (2)
30foreach (Option filter in LegacyFilters.Values) 49IEnumerable<Option> optionsToVerify = LegacyFilters.Values.Concat(new Option[] { ColumnsAllOption, ColumnsOption, InteractiveOption, AddSourceOption });
Commands\search\LegacySearchCommand.cs (1)
28return ParentCommand.LegacyFilters[def];