未验证 提交 94a5c39e 编写于 作者: J Julien Couvreur 提交者: GitHub

Restore guard in ProcessMethodBody (#22990)

上级 b35b4d64
......@@ -119,6 +119,10 @@ protected override void ProcessMethodBody(IMethodDefinition method)
}
}
}
else if (!metadataWriter.MetadataOnly)
{
throw ExceptionUtilities.Unreachable;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册