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