2 writes to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
587
_lastRowId
= reader.FieldTable.NumberOfRows;
596
reader.GetFieldRange(containingType, out _firstRowId, out
_lastRowId
);
2 references to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
603
return
_lastRowId
- _firstRowId + 1;
609
return new Enumerator(_reader, _firstRowId,
_lastRowId
);