16 references to Custom
BuildActionTelemetryTable (1)
TelemetryExtensions.cs (1)
47FixAllScope.Custom => 4,
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
FixAllHelper.cs (1)
20FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
Microsoft.CodeAnalysis.CodeStyle.LegacyTestFramework.UnitTestUtilities (2)
AbstractCodeActionOrUserDiagnosticTest.cs (1)
949"FixAllInSelection" => FixAllScope.Custom,
AbstractUserDiagnosticTest.cs (1)
202if (scope == FixAllScope.Custom)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\CodeCleanupTests.TestFixers.cs (1)
138return new[] { FixAllScope.Project, FixAllScope.Solution, FixAllScope.Custom };
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
CodeActions\AbstractCodeActionOrUserDiagnosticTest.cs (1)
949"FixAllInSelection" => FixAllScope.Custom,
Diagnostics\AbstractUserDiagnosticTest.cs (1)
202if (scope == FixAllScope.Custom)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Formatting\CodeCleanUpTests.vb (1)
685Return {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)
82FixAllScope.Custom, 105FixAllScope.Custom,
CodeRefactorings\FixAllOccurences\FixAllProvider.cs (2)
75/// Note that <see cref="FixAllScope.Custom"/> is not supported by the <see cref="DocumentBasedFixAllProvider"/> 88if (supportedFixAllScopes.Contains(FixAllScope.Custom))
FixAllHelper.cs (1)
20FixAllScope.Custom => string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
Shared\Extensions\TelemetryExtensions.cs (1)
47FixAllScope.Custom => 4,