35 references to Solution
BuildActionTelemetryTable (1)
TelemetryExtensions.cs (1)
46FixAllScope.Solution => 3,
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
36FixAllScope.Solution => await GetSolutionDiagnosticsAsync(fixAllContext).ConfigureAwait(false),
FixAllHelper.cs (1)
23FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
SyntaxEditorBasedCodeFixProvider.cs (1)
20ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution,
Microsoft.CodeAnalysis.CodeStyle.LegacyTestFramework.UnitTestUtilities (1)
AbstractCodeActionOrUserDiagnosticTest.cs (1)
946"FixAllInSolution" => FixAllScope.Solution,
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)
36=> ImmutableArray.Create(FixAllScope.Project, FixAllScope.Solution);
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (1)
CodeActions\AbstractCodeActionOrUserDiagnosticTest.cs (1)
946"FixAllInSolution" => FixAllScope.Solution,
Microsoft.CodeAnalysis.Features (5)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
36FixAllScope.Solution => await GetSolutionDiagnosticsAsync(fixAllContext).ConfigureAwait(false),
AddFileBanner\AbstractAddFileBannerCodeRefactoringProvider.cs (1)
36= ImmutableArray.Create(FixAllScope.Project, FixAllScope.Solution);
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
27FixAllScope.Solution, FixAllScope.ContainingMember, FixAllScope.ContainingType);
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
48FixAllScope.Solution => FeaturesResources.Solution,
SyncNamespaces\AbstractSyncNamespacesService.cs (1)
126FixAllScope.Solution,
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Formatting\CodeCleanUpTests.vb (1)
685Return {FixAllScope.Project, FixAllScope.Solution, FixAllScope.Custom}
Microsoft.CodeAnalysis.Workspaces (17)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
34FixAllScope.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= ImmutableArray.Create(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)
34FixAllScope.Solution => await GetSolutionFixesAsync(fixAllContext, fixAllContextsAsync).ConfigureAwait(false),
CodeFixesAndRefactorings\FixAllLogger.cs (1)
86case CodeFixes.FixAllScope.Solution:
CodeRefactorings\FixAllOccurences\FixAllProvider.cs (2)
26= ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution); 33/// (c) <see cref="FixAllScope.Solution"/>
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
120case FixAllScope.Solution:
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (2)
20FixAllScope.Project, FixAllScope.Solution); 22FixAllScope.Project, FixAllScope.Solution, FixAllScope.ContainingType, FixAllScope.ContainingMember);
FixAllHelper.cs (1)
23FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
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,
SyntaxEditorBasedCodeFixProvider.cs (1)
20ImmutableArray.Create(FixAllScope.Document, FixAllScope.Project, FixAllScope.Solution,
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
CSharp\CSharpCodeActions.cs (2)
330[InlineData(FixAllScope.Solution)] 417[InlineData(FixAllScope.Solution)]