1 write to SpecialCustomOperations
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\TemplateConfigModel.cs (1)
177SpecialCustomOperations = specialCustomSetup;
3 references to SpecialCustomOperations
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ConfigModel\TemplateConfigModel.cs (1)
165IReadOnlyDictionary<string, JsonNode> allSpecialOpsConfig = source.ToJsonNodeDictionary(StringComparer.OrdinalIgnoreCase, nameof(SpecialCustomOperations));
RunnableProjectConfig.cs (2)
121foreach (CustomFileGlobModel customGlobModel in ConfigurationModel.SpecialCustomOperations) 205foreach (CustomFileGlobModel fileGlobModel in ConfigurationModel.SpecialCustomOperations)