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"/> 91if (supportedRefactorAllScopes.Contains(RefactorAllScope.Custom))
CodeRefactorings\FixAllOccurences\RefactorAllScope.cs (2)
75RefactorAllScope.Custom => FixAllScope.Custom, 87FixAllScope.Custom => RefactorAllScope.Custom,