4 references to Scope
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\EnableNullable\EnableNullableCodeRefactoringProvider.FixAllProvider.cs (1)
36Debug.Assert(fixAllContext.Scope == FixAllScope.Solution);
Microsoft.CodeAnalysis.Workspaces (3)
CodeRefactorings\FixAllOccurences\DocumentBasedFixAllProvider.cs (1)
84Contract.ThrowIfFalse(fixAllContext.Scope is FixAllScope.Document or FixAllScope.Project
CodeRefactorings\FixAllOccurences\FixAllContext.cs (2)
91/// Gets the spans to fix by document for the <see cref="Scope"/> for this fix all occurences fix. 112=> FixAllHelper.GetDefaultFixAllTitle(this.Scope, this.State.CodeActionTitle, this.Document, this.Project);