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); 554while (_nodeStack.Peek() != id) 556uint nodeId = _nodeStack.Pop(); 600_nodes[(int)_nodeStack!.Peek()].Child = matchId; 603_nodeStack.Pop();