未验证 提交 4e3f21c4 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update src/EditorFeatures/Test/LinkedFiles/LinkedFileDiffMergingEditorTests.cs

上级 3c33e54c
......@@ -82,7 +82,7 @@ private class TestCodeRefactoringProvider : CodeRefactorings.CodeRefactoringProv
{
public sealed override async Task ComputeRefactoringsAsync(CodeRefactoringContext context)
{
var (document, span, cancellationToken) = context;
var document = context.Document;
var linkedDocument = document.Project.Solution.Projects.Single(p => p != document.Project).Documents.Single();
var newSolution = document.Project.Solution
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册