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