2 writes to _firstRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
537
_firstRowId
= 1;
542
reader.GetLocalConstantRange(scope, out
_firstRowId
, out _lastRowId);
2 references to _firstRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (2)
550
return _lastRowId -
_firstRowId
+ 1;
556
return new Enumerator(_reader,
_firstRowId
, _lastRowId);