private decimal GetDecimal() { DiagnosticUtility.DebugAssert(_type == ValueHandleType.Decimal, ""); return(_bufferReader.GetDecimal(_offset)); }