3 references to DebugRebuildCacheOption
Microsoft.DotNet.Cli.Definitions (1)
Commands\New\NewCommandDefinition.cs (1)
127Options.Add(DebugRebuildCacheOption);
Microsoft.TemplateEngine.Cli (2)
Commands\GlobalArgs.cs (1)
22DebugRebuildCache = parseResult.GetValue(definition.DebugRebuildCacheOption);
TemplateInvoker.cs (1)
242Reporter.Output.WriteCommand(Example.For<NewCommand>(templateArgs.ParseResult).WithOption(c => c.Definition.DebugRebuildCacheOption));