455 references to FixAllScope
BuildActionTelemetryTable (7)
GenerateDocumentationAndConfigFiles (32)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (8)
5using FixAllScope = Microsoft.CodeAnalysis.CodeFixes.FixAllScope;
12FixAllScope fixAllScope,
19FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
20FixAllScope.Document => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerDocument.Name),
21FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
22FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
23FixAllScope.ContainingMember => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_member, title),
24FixAllScope.ContainingType => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_type, title),
Microsoft.Analyzers.Extra.Tests (1)
Microsoft.Analyzers.Local.Tests (1)
Microsoft.CodeAnalysis.Analyzers (42)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (8)
5using FixAllScope = Microsoft.CodeAnalysis.CodeFixes.FixAllScope;
12FixAllScope fixAllScope,
19FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
20FixAllScope.Document => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerDocument.Name),
21FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
22FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
23FixAllScope.ContainingMember => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_member, title),
24FixAllScope.ContainingType => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_type, title),
Microsoft.CodeAnalysis.BannedApiAnalyzers (32)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (8)
5using FixAllScope = Microsoft.CodeAnalysis.CodeFixes.FixAllScope;
12FixAllScope fixAllScope,
19FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
20FixAllScope.Document => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerDocument.Name),
21FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
22FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
23FixAllScope.ContainingMember => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_member, title),
24FixAllScope.ContainingType => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_type, title),
Microsoft.CodeAnalysis.CodeStyle.Fixes (35)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (8)
5using FixAllScope = Microsoft.CodeAnalysis.CodeFixes.FixAllScope;
12FixAllScope fixAllScope,
19FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
20FixAllScope.Document => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerDocument.Name),
21FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
22FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
23FixAllScope.ContainingMember => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_member, title),
24FixAllScope.ContainingType => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_type, title),
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Microsoft.CodeAnalysis.Features (20)
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (32)
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (12)
Microsoft.CodeAnalysis.Workspaces (141)
CodeRefactorings\FixAllOccurences\RefactorAllScope.cs (15)
61var fixAllFields = typeof(FixAllScope)
69public static FixAllScope ToFixAllScope(this RefactorAllScope scope)
72RefactorAllScope.Document => FixAllScope.Document,
73RefactorAllScope.Project => FixAllScope.Project,
74RefactorAllScope.Solution => FixAllScope.Solution,
75RefactorAllScope.Custom => FixAllScope.Custom,
76RefactorAllScope.ContainingMember => FixAllScope.ContainingMember,
77RefactorAllScope.ContainingType => FixAllScope.ContainingType,
81public static RefactorAllScope ToRefactorAllScope(this FixAllScope scope)
84FixAllScope.Document => RefactorAllScope.Document,
85FixAllScope.Project => RefactorAllScope.Project,
86FixAllScope.Solution => RefactorAllScope.Solution,
87FixAllScope.Custom => RefactorAllScope.Custom,
88FixAllScope.ContainingMember => RefactorAllScope.ContainingMember,
89FixAllScope.ContainingType => RefactorAllScope.ContainingType,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (8)
5using FixAllScope = Microsoft.CodeAnalysis.CodeFixes.FixAllScope;
12FixAllScope fixAllScope,
19FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
20FixAllScope.Document => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerDocument.Name),
21FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
22FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
23FixAllScope.ContainingMember => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_member, title),
24FixAllScope.ContainingType => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_type, title),
Microsoft.Interop.ComInterfaceGenerator (8)
Microsoft.Interop.LibraryImportGenerator (11)
Roslyn.Diagnostics.Analyzers (32)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (8)
5using FixAllScope = Microsoft.CodeAnalysis.CodeFixes.FixAllScope;
12FixAllScope fixAllScope,
19FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
20FixAllScope.Document => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerDocument.Name),
21FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
22FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
23FixAllScope.ContainingMember => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_member, title),
24FixAllScope.ContainingType => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_type, title),
Text.Analyzers (32)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (8)
5using FixAllScope = Microsoft.CodeAnalysis.CodeFixes.FixAllScope;
12FixAllScope fixAllScope,
19FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
20FixAllScope.Document => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerDocument.Name),
21FixAllScope.Project => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_1, title, triggerProject.Name),
22FixAllScope.Solution => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Solution, title),
23FixAllScope.ContainingMember => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_member, title),
24FixAllScope.ContainingType => string.Format(WorkspaceExtensionsResources.Fix_all_0_in_Containing_type, title),