1 implementation of VariableFormatString
Microsoft.TemplateEngine.Core (1)
Util\EngineConfig.cs (1)
38public string VariableFormatString { get; }
2 references to VariableFormatString
Microsoft.TemplateEngine.Core (2)
Expressions\ScopeBuilder.cs (1)
56trie.AddToken(processor.Encoding.GetBytes(string.Format(processor.Config.VariableFormatString, variable.Key)));
Util\EncodingConfig.cs (1)
61string formattedKey = string.Format(config.VariableFormatString, item.Key);