2 writes to IsFixed
Microsoft.ML.Tokenizers.Tests (2)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (2)
816this[id].IsFixed = false; 852this[id].IsFixed = true;
2 references to IsFixed
Microsoft.ML.Tokenizers.Tests (2)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (2)
788if (!this[id].IsFixed) 870if (this[offset ^ _labels[i]].IsFixed)