2 references to TokenCache
Microsoft.TemplateEngine.Core (2)
Expressions\MSBuild\MSBuildStyleEvaluatorDefinition.cs (2)
64
if (!
TokenCache
.TryGetValue(processor.Encoding, out ITokenTrie tokens))
98
TokenCache
[processor.Encoding] = tokens = trie;