2 implementations of Project
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
36
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)
55
=> fixAllContextsAsync(fixAllContext, ImmutableArray.Create((TFixAllContext)fixAllContext.With((document: null, fixAllContext.
Project
))));
79
.Where(p => p.Language == fixAllContext.
Project
.Language);