1 write to _count
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (1)
131_count = count;
3 references to _count
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (3)
138return _count; 146if (index < 0 || index >= _count) 157return new Enumerator(_firstRowId, _firstRowId + _count - 1);