3 writes to IsUsed
Microsoft.ML.Tokenizers.Tests (3)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (3)
815this[id].IsUsed = false; 934this[offset].IsUsed = true; 1010this[0].IsUsed = true;
2 references to IsUsed
Microsoft.ML.Tokenizers.Tests (2)
src\Microsoft.ML.Tokenizers\Utils\DoubleArrayTrie.cs (2)
779if (!this[offset].IsUsed) 857if (this[offset].IsUsed)