未验证 提交 f6d2d09d 编写于 作者: C Charles Stoner 提交者: GitHub

More updates for recent compiler changes for ref fields (#73883)

上级 75228aca
......@@ -588,7 +588,7 @@ public static void RhRethrow(ref ExInfo activeExInfo, ref ExInfo exInfo)
FallbackFailFast(RhFailFastReason.InternalError, null);
}
private static void DispatchEx(ref StackFrameIterator frameIter, ref ExInfo exInfo, uint startIdx)
private static void DispatchEx(scoped ref StackFrameIterator frameIter, ref ExInfo exInfo, uint startIdx)
{
Debug.Assert(exInfo._passNumber == 1, "expected asm throw routine to set the pass");
object exceptionObj = exInfo.ThrownException;
......
......@@ -3611,7 +3611,7 @@ public static void NameEquals_Empty_Throws()
out Utf8JsonReader reader,
ReadOnlyMemory<byte> data,
int segmentCount,
in JsonReaderState state,
scoped in JsonReaderState state,
bool isFinalBlock = false)
{
if (segmentCount == 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册