public override void ReadHeader(TagRepository rpa, CatalogReader catalog, HighMethodBodyParseContext methodBody, HighCfgNodeHandle[] cfgNodes, List<HighSsaRegister> ssaRegisters, CodeLocationTag baseLocation, bool haveDebugInfo, BinaryReader reader) { m_cluster = HighEHCluster.Read(rpa, catalog, methodBody, cfgNodes, baseLocation, haveDebugInfo, reader); }
public EnterProtectedBlockInstruction(CodeLocationTag codeLocation, HighEHCluster cluster) : base(codeLocation) { m_cluster = cluster; }