6 references to _nodeStack
Microsoft.ML.Tokenizers.Tests (6)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (6)
399
_nodeStack
.Push(childId);
439
_nodeStack
.Push(0);
554
while (
_nodeStack
.Peek() != id)
556
uint nodeId =
_nodeStack
.Pop();
600
_nodes[(int)
_nodeStack
!.Peek()].Child = matchId;
603
_nodeStack
.Pop();