2 implementations of Project
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
35
public Project
Project
=> State.Project;
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
61
public Project
Project
=> State.Project;
2 references to Project
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (2)
61
=> fixAllContextsAsync(fixAllContext, [(TFixAllContext)fixAllContext.With((document: null, fixAllContext.
Project
))]);
85
.Where(p => p.Language == fixAllContext.
Project
.Language);