1 write to FlagPrefix
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\CustomFileGlobModel.cs (1)
57FlagPrefix = globData.ToString(nameof(FlagPrefix)),
5 references to FlagPrefix
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (5)
ConfigModel\CustomFileGlobModel.cs (1)
57FlagPrefix = globData.ToString(nameof(FlagPrefix)),
RunnableProjectConfig.cs (4)
334if (customGlobModel == null || string.IsNullOrEmpty(customGlobModel.FlagPrefix)) 341operations.AddRange(FlagsConfig.FlagsDefaultSetup(customGlobModel.FlagPrefix!)); 424string? prefix = (customGlobModel == null || string.IsNullOrEmpty(customGlobModel.FlagPrefix)) ? defaultModel.FlagPrefix : customGlobModel.FlagPrefix;