3 references to TrieNode
Microsoft.TemplateEngine.Core (3)
Matching\Trie.cs (3)
96_nextNodes.Add(match, next = new TrieNode<T>(match)); 102_singleNextNode = next = new TrieNode<T>(match); 110next = new TrieNode<T>(match);