private bool CheckSorted()
 {
     return(Block.IsOrderedByReferenceAscending(RowSize, ParentOffset, _isHasCustomDebugInformationRefSizeSmall));
 }