提交 ab835f7d 编写于 作者: T Tomas Matousek

Fix EnC test helper

上级 ce27143a
......@@ -93,7 +93,8 @@ internal static Match<SyntaxNode> GetMethodMatch(string src1, string src2, Parse
var methodMatch = GetMethodMatch(src1, src2, options, stateMachine);
bool hasLambda;
var reverseMap = Analyzer.ComputeReverseMap(methodMatch, new AbstractEditAndContinueAnalyzer.ActiveNode[0], null, new List<RudeEditDiagnostic>(), out hasLambda);
Dictionary<SyntaxNode, AbstractEditAndContinueAnalyzer.LambdaInfo> lazyActiveOrMatchedLambdas = null;
var reverseMap = Analyzer.ComputeReverseMap(methodMatch, new AbstractEditAndContinueAnalyzer.ActiveNode[0], ref lazyActiveOrMatchedLambdas, new List<RudeEditDiagnostic>(), out hasLambda);
var result = new Dictionary<SyntaxNode, SyntaxNode>();
foreach (var pair in reverseMap)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册