4 references to Scope
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.FixAllProvider.cs (1)
35Debug.Assert(fixAllContext.Scope == RefactorAllScope.Solution);
Microsoft.CodeAnalysis.Workspaces (3)
CodeRefactorings\FixAllOccurences\DocumentBasedRefactorAllProvider.cs (1)
86Contract.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);