38 references to Project
BuildActionTelemetryTable (1)
src\Workspaces\Core\Portable\Shared\Extensions\TelemetryExtensions.cs (1)
45FixAllScope.Project => 2,
Microsoft.Analyzers.Extra.Tests (1)
Resources\RoslynTestUtils.cs (1)
444scope: FixAllScope.Project,
Microsoft.Analyzers.Local.Tests (1)
Resources\RoslynTestUtils.cs (1)
445scope: FixAllScope.Project,
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
33FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false),
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
19[FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
22FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\CodeCleanupTests.TestFixers.cs (1)
138return new[] { FixAllScope.Project, FixAllScope.Solution, FixAllScope.Custom };
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertNamespace\ConvertNamespaceCodeRefactoringProvider.cs (1)
33=> [FixAllScope.Project, FixAllScope.Solution];
Microsoft.CodeAnalysis.Features (4)
AddFileBanner\AbstractAddFileBannerCodeRefactoringProvider.cs (1)
33= [FixAllScope.Project, FixAllScope.Solution];
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
26=> ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project,
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
46FixAllScope.Project => FeaturesResources.Project,
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
33FixAllScope.Project => await fixAllContext.GetAllDiagnosticsAsync(fixAllContext.Project).ConfigureAwait(false),
Microsoft.CodeAnalysis.Workspaces (21)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (2)
31=> ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project, 58FixAllScope.Project or FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
80case FixAllScope.Project:
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
61case FixAllScope.Project:
CodeFixes\FixAllOccurrences\FixAllProvider.cs (2)
22= [FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution]; 28/// (b) <see cref="FixAllScope.Project"/> and
CodeFixes\FixAllOccurrences\WellKnownFixAllProviders.cs (1)
19/// <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.Project"/>, <see cref="FixAllScope.Solution"/>
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (2)
39FixAllScope.Project => await GetProjectFixesAsync(fixAllContext, fixAllContextsAsync).ConfigureAwait(false), 88sortedProjects.SelectAsArray(p => (TFixAllContext)fixAllContext.With((document: null, project: p), scope: FixAllScope.Project)));
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
80fixAllContext.Scope is FixAllScope.Document or FixAllScope.Project or FixAllScope.ContainingMember or FixAllScope.ContainingType);
CodeFixesAndRefactorings\FixAllLogger.cs (1)
82case CodeFixes.FixAllScope.Project:
CodeRefactorings\FixAllOccurences\DocumentBasedFixAllProvider.cs (1)
84Contract.ThrowIfFalse(fixAllContext.Scope is FixAllScope.Document or FixAllScope.Project
CodeRefactorings\FixAllOccurences\FixAllProvider.cs (2)
25= [FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution]; 31/// (b) <see cref="FixAllScope.Project"/> and
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
111case FixAllScope.Project:
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (2)
19protected static readonly ImmutableArray<FixAllScope> DefaultFixAllScopes = [FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution]; 20protected static readonly ImmutableArray<FixAllScope> AllFixAllScopes = [FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution, FixAllScope.ContainingType, FixAllScope.ContainingMember];
LanguageServices\FixAllSpanMappingService\IFixAllSpanMappingService.cs (1)
18/// such as <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.Project"/> and <see cref="FixAllScope.Solution"/>
Shared\Extensions\TelemetryExtensions.cs (1)
45FixAllScope.Project => 2,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixes\SyntaxEditorBasedCodeFixProvider.cs (1)
19[FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType];
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
22FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
Microsoft.Interop.ComInterfaceGenerator (2)
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (2)
21case FixAllScope.Project: 55case FixAllScope.Project:
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\CustomMarshallerAttributeFixer.cs (1)
93case FixAllScope.Project:
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (2)
21case FixAllScope.Project: 55case FixAllScope.Project: