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