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)
138
return
_count
;
146
if (index < 0 || index >=
_count
)
157
return new Enumerator(_firstRowId, _firstRowId +
_count
- 1);