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