Skip to content
代码片段 群组 项目
提交 d8c72ac6 编辑于 作者: Kevin Pilch's avatar Kevin Pilch
浏览文件

Fix another call to UnexpectedValue

上级 4a162e6f
No related branches found
No related tags found
无相关合并请求
......@@ -203,7 +203,7 @@ public void WriteTo(AnalyzerReference reference, ObjectWriter writer, bool usePa
}
default:
throw ExceptionUtilities.UnexpectedValue(reference.GetType());
throw ExceptionUtilities.UnexpectedValue(reference);
}
}
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册