35 references to Solution
BuildActionTelemetryTable (1)
src\Workspaces\Core\Portable\Shared\Extensions\TelemetryExtensions.cs (1)
46FixAllScope.Solution => 3,
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
34FixAllScope.Solution => await GetSolutionDiagnosticsAsync(fixAllContext).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)
23FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\CodeCleanupTests.TestFixers.cs (1)
138return new[] { FixAllScope.Project, FixAllScope.Solution, FixAllScope.Custom };
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.FixAllProvider.cs (2)
32=> ImmutableArray.Create(FixAllScope.Solution); 36Debug.Assert(fixAllContext.Scope == FixAllScope.Solution);
ConvertNamespace\ConvertNamespaceCodeRefactoringProvider.cs (1)
33=> [FixAllScope.Project, FixAllScope.Solution];
Microsoft.CodeAnalysis.Features (5)
AddFileBanner\AbstractAddFileBannerCodeRefactoringProvider.cs (1)
33= [FixAllScope.Project, FixAllScope.Solution];
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
27FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType);
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
47FixAllScope.Solution => FeaturesResources.Solution,
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
34FixAllScope.Solution => await GetSolutionDiagnosticsAsync(fixAllContext).ConfigureAwait(false),
SyncNamespaces\AbstractSyncNamespacesService.cs (1)
125FixAllScope.Solution,
Microsoft.CodeAnalysis.Workspaces (17)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
32FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType);
CodeFixes\FixAllOccurrences\FixAllContext.DiagnosticProvider.cs (1)
84case FixAllScope.Solution:
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
65case FixAllScope.Solution:
CodeFixes\FixAllOccurrences\FixAllProvider.cs (2)
22= [FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution]; 29/// (c) <see cref="FixAllScope.Solution"/>
CodeFixes\FixAllOccurrences\WellKnownFixAllProviders.cs (1)
19/// <see cref="FixAllScope.Document"/>, <see cref="FixAllScope.Project"/>, <see cref="FixAllScope.Solution"/>
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (1)
40FixAllScope.Solution => await GetSolutionFixesAsync(fixAllContext, fixAllContextsAsync).ConfigureAwait(false),
CodeFixesAndRefactorings\FixAllLogger.cs (1)
86case CodeFixes.FixAllScope.Solution:
CodeRefactorings\FixAllOccurences\FixAllProvider.cs (2)
25= [FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution]; 32/// (c) <see cref="FixAllScope.Solution"/>
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
115case FixAllScope.Solution:
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)
46FixAllScope.Solution => 3,
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)
23FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
Microsoft.Interop.ComInterfaceGenerator (2)
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (2)
23case FixAllScope.Solution: 57case FixAllScope.Solution:
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\CustomMarshallerAttributeFixer.cs (1)
95case FixAllScope.Solution:
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (2)
23case FixAllScope.Solution: 57case FixAllScope.Solution: