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)
30
return
_count
;
38
if (index < 0 || index >=
_count
)
49
return new Enumerator(_firstRowId, _firstRowId +
_count
- 1);