2 references to Project
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\FixAllContext.cs (2)
63
public Solution Solution =>
Project
.Solution;
112
=> FixAllHelper.GetDefaultFixAllTitle(this.Scope, this.State.CodeActionTitle, this.Document, this.
Project
);