2 writes to _firstRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
946
_firstRowId
= 1;
951
reader.MethodImplTable.GetMethodImplRange(containingType, out
_firstRowId
, out _lastRowId);
2 references to _firstRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
959
return _lastRowId -
_firstRowId
+ 1;
965
return new Enumerator(
_firstRowId
, _lastRowId);