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