1 write to _lastRowId
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (1)
1051reader.GetParameterRange(containingMethod, out _firstRowId, out _lastRowId);
2 references to _lastRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
1058return _lastRowId - _firstRowId + 1; 1064return new Enumerator(_reader, _firstRowId, _lastRowId);