2 references to Project
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (2)
61
public Solution Solution =>
Project
.Solution;
103
=> FixAllHelper.GetDefaultFixAllTitle(this.Scope.ToFixAllScope(), this.State.CodeActionTitle, this.Document, this.
Project
);