4 references to Custom
Microsoft.CodeAnalysis.Workspaces (4)
CodeRefactorings\FixAllOccurences\RefactorAllProvider.cs (2)
70
/// Note that <see cref="RefactorAllScope.
Custom
"/> is not supported by the <see cref="DocumentBasedRefactorAllProvider"/>
91
if (supportedRefactorAllScopes.Contains(RefactorAllScope.
Custom
))
CodeRefactorings\FixAllOccurences\RefactorAllScope.cs (2)
75
RefactorAllScope.
Custom
=> FixAllScope.Custom,
87
FixAllScope.Custom => RefactorAllScope.
Custom
,