1 instantiation of TriePath
Microsoft.TemplateEngine.Core (1)
Matching\TrieEvaluator.cs (1)
126TriePath<T> path = new TriePath<T>(sequenceNumber)
5 references to TriePath
Microsoft.TemplateEngine.Core (5)
Matching\TrieEvaluator.cs (5)
9private readonly List<TriePath<T>> _activePaths; 19_activePaths = new List<TriePath<T>>(); 92TriePath<T> path = _activePaths[i]; 126TriePath<T> path = new TriePath<T>(sequenceNumber) 165TriePath<T> path = _activePaths[i];