3 references to Default
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
ConfigModel\CustomFileGlobModel.cs (1)
38
internal IVariableConfig VariableFormat { get; } = VariableConfig.
Default
;
GlobalRunConfig.cs (1)
14
public IVariableConfig VariableSetup { get; init; } = VariableConfig.
Default
;
RunnableProjectConfig.cs (1)
344
IVariableConfig variableConfig = customGlobModel != null ? customGlobModel.VariableFormat : VariableConfig.
Default
;