Add clarifying comment.

上级 717448b5
......@@ -32,6 +32,10 @@ End Class
Dim methodOperation = semanticModel.GetOperation(method)
' When we fetch an omitted argument that involves a conversion, there was a bug that involved
' a synthesized conversion node being introduced without a corresponding BoundNode that got
' incorrectly duplicated. This excercises that code path to ensure that the BoundNode is correctly
' cached in the tree.
Dim operationsToAnalyze = methodOperation.DescendantsAndSelf().ToArray()
End Sub
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册