Implemented interface member:
property
Project
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllState.Project
1 write to Project
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
38
Project
= project;
7 references to Project
Microsoft.CodeAnalysis.Workspaces (7)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
35
public Project Project => State.
Project
;
CodeFixesAndRefactorings\CommonFixAllState.cs (3)
22
public Solution Solution =>
Project
.Solution;
51
var (newDocument, newProject) = documentAndProject.HasValue ? documentAndProject.Value : (Document,
Project
);
56
newProject ==
Project
&&
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
61
public Project Project => State.
Project
;
CodeRefactorings\FixAllOccurences\FixAllState.cs (2)
112
documentsToFix =
Project
.Documents;
116
documentsToFix =
Project
.Solution.Projects.SelectMany(p => p.Documents);