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