internal void WriteSectionReference(SectionReference r) { Writer.Write((UInt32)r.Section); Writer.Write(r.Offset); } };