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