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