4 references to Scope
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.FixAllProvider.cs (1)
35
Debug.Assert(fixAllContext.
Scope
== RefactorAllScope.Solution);
Microsoft.CodeAnalysis.Workspaces (3)
CodeRefactorings\FixAllOccurences\DocumentBasedRefactorAllProvider.cs (1)
86
Contract.ThrowIfFalse(refactorAllContext.
Scope
is RefactorAllScope.Document or RefactorAllScope.Project
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (2)
96
/// Gets the spans to refactor by document for the <see cref="
Scope
"/> for this refactor all occurrences fix. If no
103
=> FixAllHelper.GetDefaultFixAllTitle(this.
Scope
.ToFixAllScope(), this.State.CodeActionTitle, this.Document, this.Project);