未验证 提交 9d814028 编写于 作者: F Fredric Silberberg

Merge branch 'fix_verifier' into static-instance

* fix_verifier:
  Fix the operation verifier code now that getoperationinternal no longer exists.
......@@ -266,7 +266,7 @@ public static void ValidateIOperations(Func<Compilation> createCompilation)
foreach (var node in root.DescendantNodesAndSelf())
{
var operation = semanticModel.GetOperationInternal(node);
var operation = semanticModel.GetOperation(node);
if (operation != null)
{
// Make sure IOperation returned by GetOperation(syntaxnode) will have same syntaxnode as the given syntaxnode(IOperation.Syntax == syntaxnode).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册