3 writes to CurrentNode
Microsoft.TemplateEngine.Core (3)
Matching\TrieEvaluator.cs (3)
101
path.
CurrentNode
= next;
118
path.
CurrentNode
= null;
128
CurrentNode
= next
3 references to CurrentNode
Microsoft.TemplateEngine.Core (3)
Matching\TrieEvaluator.cs (3)
95
if (path.
CurrentNode
!= null)
99
if (path.
CurrentNode
.NextNodes.TryGetValue(data, out next))
167
if (path.
CurrentNode
!= null && !isFinal)