5 references to FilterOptions
Microsoft.DotNet.Cli.Definitions (3)
Commands\New\LegacyOptions.cs (1)
26foreach (var option in FilterOptions.AllOptions)
Commands\New\NewListCommandDefinition.cs (1)
43FilterOptions = parent.LegacyOptions.FilterOptions;
Commands\New\NewSearchCommandDefinition.cs (1)
36FilterOptions = parent.LegacyOptions.FilterOptions;
Microsoft.TemplateEngine.Cli (2)
Commands\create\InstantiateCommand.Help.cs (2)
222.WithOption(c => c.Definition.LegacyOptions.FilterOptions.LanguageOption, supportedLanguages.First()) 257.WithOption(c => c.Definition.LegacyOptions.FilterOptions.TypeOption, supportedTypes.First())