提交 31f1da49 编写于 作者: C Cyrus Najmabadi

Fix build issue.

上级 6cfef90e
......@@ -91,7 +91,7 @@ public void ExecuteCommand(GoToAdjacentMemberCommandArgs args, Action nextHandle
return null;
}
var root = await document.GetSyntaxRootAsync(cancellationToken);
var root = await document.GetSyntaxRootAsync(cancellationToken).ConfigureAwait(true);
var members = syntaxFactsService.GetMethodLevelMembers(root);
if (members.Count == 0)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册