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