1 write to Glob
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\CustomFileGlobModel.cs (1)
16
Glob
= glob;
3 references to Glob
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
RunnableProjectConfig.cs (3)
126
OperationConfigDefault? defaultParams = defaultSpecials.FirstOrDefault(x => x.Glob == customGlobModel.
Glob
);
131
specialOperationConfig.Add((customGlobModel.
Glob
, runConfig));
136
processedGlobs.Add(customGlobModel.
Glob
);