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