提交 4a917337 编写于 作者: C Cyrus Najmabadi

Simplify

上级 e2a69f2b
......@@ -172,7 +172,7 @@ protected static bool IdentifiersMatch(ISyntaxFactsService syntaxFacts, string n
document,
semanticModel,
tokens,
(SyntaxToken t) => IdentifiersMatch(syntaxFacts, identifier, t),
t => IdentifiersMatch(syntaxFacts, identifier, t),
symbolsMatch,
cancellationToken).ConfigureAwait(false);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册