2 references to TokenCache
Microsoft.TemplateEngine.Core (2)
Expressions\Cpp2\Cpp2StyleEvaluatorDefinition.cs (2)
81
if (!
TokenCache
.TryGetValue(processor.Encoding, out ITokenTrie tokens))
130
TokenCache
[processor.Encoding] = tokens = trie;