11 references to Custom
BuildActionTelemetryTable (1)
src\Workspaces\Core\Portable\Shared\Extensions\TelemetryExtensions.cs (1)
47
FixAllScope.
Custom
=> 4,
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
20
FixAllScope.
Custom
=> string.Format(WorkspaceExtensionsResources.Fix_all_0, title),
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\CodeCleanupTests.TestFixers.cs (1)
138
return 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"/>
87
if (supportedFixAllScopes.Contains(FixAllScope.
Custom
))
CodeFixes\FixAllOccurrences\FixAllState.cs (2)
79
FixAllScope.
Custom
,
100
FixAllScope.
Custom
,
CodeRefactorings\FixAllOccurences\FixAllProvider.cs (2)
74
/// Note that <see cref="FixAllScope.
Custom
"/> is not supported by the <see cref="DocumentBasedFixAllProvider"/>
87
if (supportedFixAllScopes.Contains(FixAllScope.
Custom
))
Shared\Extensions\TelemetryExtensions.cs (1)
47
FixAllScope.
Custom
=> 4,
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeFixesAndRefactorings\FixAllHelper.cs (1)
20
FixAllScope.
Custom
=> string.Format(WorkspaceExtensionsResources.Fix_all_0, title),