void WriteToken(MetadataToken token) { if (token.RID == 0) { m_codeWriter.Write(0); } else { m_codeWriter.Write(token.ToUInt()); } }