Implemented interface member:
property
Project
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllContext.Project
20 references to Project
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (2)
33FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false), 45fixAllContext.Project.Solution,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextExtensions.cs (1)
13=> FixAllHelper.GetDefaultFixAllTitle(context.Scope, title: context.DiagnosticIds.First(), context.Document!, context.Project);
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
48title, suppressionFixer, fixAllContext.Project,
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (2)
33FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false), 45fixAllContext.Project.Solution,
Microsoft.CodeAnalysis.Workspaces (7)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
95if (kvp.Key.Project != fixAllContext.Project)
CodeFixes\FixAllOccurrences\FixAllContext.cs (3)
232if (this.Project.Language != document.Project.Language) 269if (this.Project.Language != document.Project.Language) 316if (this.Project.Language != project.Language)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
75var project = fixAllContext.Project;
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
29var project = fixAllContext.Project;
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\FixAllContextExtensions.cs (1)
13=> FixAllHelper.GetDefaultFixAllTitle(context.Scope, title: context.DiagnosticIds.First(), context.Document!, context.Project);
Microsoft.Interop.ComInterfaceGenerator (3)
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (3)
22return await context.GetAllDiagnosticsAsync(context.Project).ConfigureAwait(false); 41.Where(p => p.Language == context.Project.Language); 56return ImmutableArray.Create(context.Project);
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\CustomMarshallerAttributeFixer.cs (1)
94return await context.GetAllDiagnosticsAsync(context.Project).ConfigureAwait(false);
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (3)
22return await context.GetAllDiagnosticsAsync(context.Project).ConfigureAwait(false); 41.Where(p => p.Language == context.Project.Language); 56return ImmutableArray.Create(context.Project);