2 references to TokenCache
Microsoft.TemplateEngine.Core (2)
Expressions\VisualBasic\VisualBasicStyleEvaluatorDefintion.cs (2)
83
if (!
TokenCache
.TryGetValue(processor.Encoding, out ITokenTrie tokens))
131
TokenCache
[processor.Encoding] = tokens = trie;