1 write to NextNodes
Microsoft.TemplateEngine.Core (1)
Matching\Trie.cs (1)
11
NextNodes
= new Dictionary<byte, TrieNode<T>>();
4 references to NextNodes
Microsoft.TemplateEngine.Core (4)
Matching\Trie.cs (2)
26
Dictionary<byte, TrieNode<T>>? current =
NextNodes
;
61
current = next.
NextNodes
;
Matching\TrieEvaluator.cs (2)
99
if (path.CurrentNode.
NextNodes
.TryGetValue(data, out next))
124
if (_trie.
NextNodes
.TryGetValue(data, out next))