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