Implemented interface member:
property
Project
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllContext.Project
2 references to Project
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\FixAllContext.cs (2)
63
public Solution Solution =>
Project
.Solution;
114
=> FixAllHelper.GetDefaultFixAllTitle(this.Scope, this.State.CodeActionTitle, this.Document, this.
Project
);