Implemented interface member:
property
Scope
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllState.Scope
1 write to Scope
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
43Scope = scope;
7 references to Scope
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (1)
253=> FixAllHelper.GetDefaultFixAllTitle(fixAllState.Scope, title: fixAllState.DiagnosticIds.First(), fixAllState.Document!, fixAllState.Project);
Microsoft.CodeAnalysis.Workspaces (6)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
51public FixAllScope Scope => State.Scope;
CodeFixesAndRefactorings\CommonFixAllState.cs (2)
55var newScope = scope.HasValue ? scope.Value : Scope; 60newScope == Scope &&
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
41public FixAllScope Scope => State.Scope;
CodeRefactorings\FixAllOccurences\FixAllState.cs (2)
98switch (this.Scope) 107Document, _selectionSpan, Scope, cancellationToken).ConfigureAwait(false);