11 references to Custom
BuildActionTelemetryTable (1)
src\Workspaces\Core\Portable\Shared\Extensions\TelemetryExtensions.cs (1)
47FixAllScope.Custom => 4,
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
20FixAllScope.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.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)
79FixAllScope.Custom, 100FixAllScope.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)
20FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),