16 references to Custom
BuildActionTelemetryTable (1)
src\Workspaces\Core\Portable\Shared\Extensions\TelemetryExtensions.cs (1)
47FixAllScope.Custom => 4,
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.FixAllProvider.cs (1)
56case FixAllScope.Custom:
MetaAnalyzers\Fixers\DefineDiagnosticDescriptorArgumentsCorrectlyFix.CustomFixAllProvider.cs (1)
69case FixAllScope.Custom:
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
19FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\CodeCleanupTests.TestFixers.cs (1)
138return new[] { FixAllScope.Project, FixAllScope.Solution, FixAllScope.Custom };
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (3)
AnnotatePublicApiFix.cs (1)
220case FixAllScope.Custom:
DeclarePublicApiFix.cs (1)
365case FixAllScope.Custom:
NullableEnablePublicApiFix.cs (1)
150case FixAllScope.Custom:
Microsoft.CodeAnalysis.Workspaces (8)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (2)
74/// Note that <see cref="FixAllScope.Custom"/> is not supported by the <see cref="DocumentBasedFixAllProvider"/> 87if (supportedFixAllScopes.Contains(FixAllScope.Custom))
CodeFixes\FixAllOccurrences\FixAllState.cs (2)
78FixAllScope.Custom, 99FixAllScope.Custom,
CodeRefactorings\FixAllOccurences\FixAllProvider.cs (2)
74/// Note that <see cref="FixAllScope.Custom"/> is not supported by the <see cref="DocumentBasedFixAllProvider"/> 87if (supportedFixAllScopes.Contains(FixAllScope.Custom))
Shared\Extensions\TelemetryExtensions.cs (1)
47FixAllScope.Custom => 4,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
19FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),