6 writes to _count
Microsoft.ML.Tokenizers (6)
Utils\Vec.cs (6)
31_count = 0; 37_count = 0; 50_count = 1; 59_buffer[_count++] = t; 74_count--; 77public void Clear() => _count = 0;
5 references to _count
Microsoft.ML.Tokenizers (5)
Utils\Vec.cs (5)
21if (index >= _count) 42public int Count => _count; 54if (_buffer.Length <= _count) 64if (index >= _count || _buffer is null) 69for (int i = index; i < _count - 1; i++)