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)
33
FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.
Project
).ConfigureAwait(false),
45
fixAllContext.
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)
48
title, suppressionFixer, fixAllContext.
Project
,
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (2)
33
FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.
Project
).ConfigureAwait(false),
45
fixAllContext.
Project
.Solution,
Microsoft.CodeAnalysis.Workspaces (7)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
95
if (kvp.Key.Project != fixAllContext.
Project
)
CodeFixes\FixAllOccurrences\FixAllContext.cs (3)
232
if (this.
Project
.Language != document.Project.Language)
269
if (this.
Project
.Language != document.Project.Language)
316
if (this.
Project
.Language != project.Language)
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
75
var project = fixAllContext.
Project
;
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
29
var 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)
22
return await context.GetAllDiagnosticsAsync(context.
Project
).ConfigureAwait(false);
41
.Where(p => p.Language == context.
Project
.Language);
56
return ImmutableArray.Create(context.
Project
);
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\CustomMarshallerAttributeFixer.cs (1)
94
return await context.GetAllDiagnosticsAsync(context.
Project
).ConfigureAwait(false);
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (3)
22
return await context.GetAllDiagnosticsAsync(context.
Project
).ConfigureAwait(false);
41
.Where(p => p.Language == context.
Project
.Language);
56
return ImmutableArray.Create(context.
Project
);