Implemented interface member:
property
Project
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllContext.Project
13 references to Project
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (2)
35FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false), 47fixAllContext.Project.Solution,
FixAllContextExtensions.cs (1)
23=> FixAllHelper.GetDefaultFixAllTitle(context.Scope, title: context.DiagnosticIds.First(), context.Document!, context.Project);
Microsoft.CodeAnalysis.Features (3)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (2)
35FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false), 47fixAllContext.Project.Solution,
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
51title, suppressionFixer, fixAllContext.Project,
Microsoft.CodeAnalysis.Workspaces (7)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
97if (kvp.Key.Project != fixAllContext.Project)
CodeFixes\FixAllOccurrences\FixAllContext.cs (3)
233if (this.Project.Language != document.Project.Language) 270if (this.Project.Language != document.Project.Language) 317if (this.Project.Language != project.Language)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
74var project = fixAllContext.Project;
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
29var project = fixAllContext.Project;
FixAllContextExtensions.cs (1)
23=> FixAllHelper.GetDefaultFixAllTitle(context.Scope, title: context.DiagnosticIds.First(), context.Document!, context.Project);