8 references to Document
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToExtension\ConvertToExtensionFixAllProvider.cs (1)
26
[RefactorAllScope.
Document
, RefactorAllScope.Project, RefactorAllScope.Solution, RefactorAllScope.ContainingType])
Microsoft.CodeAnalysis.Workspaces (7)
CodeRefactorings\FixAllOccurences\DocumentBasedRefactorAllProvider.cs (1)
86
Contract.ThrowIfFalse(refactorAllContext.Scope is RefactorAllScope.
Document
or RefactorAllScope.Project
CodeRefactorings\FixAllOccurences\RefactorAllProvider.cs (1)
26
= [RefactorAllScope.
Document
, RefactorAllScope.Project, RefactorAllScope.Solution];
CodeRefactorings\FixAllOccurences\RefactorAllScope.cs (2)
72
RefactorAllScope.
Document
=> FixAllScope.Document,
84
FixAllScope.Document => RefactorAllScope.
Document
,
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (1)
105
case RefactorAllScope.
Document
:
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (2)
18
protected static readonly ImmutableArray<RefactorAllScope> DefaultRefactorAllScopes = [RefactorAllScope.
Document
, RefactorAllScope.Project, RefactorAllScope.Solution];
19
protected static readonly ImmutableArray<RefactorAllScope> AllRefactorAllScopes = [RefactorAllScope.
Document
, RefactorAllScope.Project, RefactorAllScope.Solution, RefactorAllScope.ContainingType, RefactorAllScope.ContainingMember];