2 writes to _firstRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
359_firstRowId = 1; 369reader.DeclSecurityTable.GetAttributeRange(handle, out _firstRowId, out _lastRowId);
2 references to _firstRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (2)
376return _lastRowId - _firstRowId + 1; 382return new Enumerator(_reader, _firstRowId, _lastRowId);