2 writes to _firstRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
466
_firstRowId
= 1;
476
reader.GetMethodRange(containingType, out
_firstRowId
, out _lastRowId);
2 references to _firstRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
483
return _lastRowId -
_firstRowId
+ 1;
489
return new Enumerator(_reader,
_firstRowId
, _lastRowId);