Implemented interface member:
property
Scope
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IRefactorOrFixAllState.Scope
1 write to Scope
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
41
Scope
= scope;
7 references to Scope
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (1)
218
var title = FixAllHelper.GetDefaultFixAllTitle(fixAllState.
Scope
, title: fixAllState.DiagnosticIds.First(), fixAllState.Document!, fixAllState.Project);
Microsoft.CodeAnalysis.Workspaces (6)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
49
public FixAllScope Scope => State.
Scope
;
CodeFixesAndRefactorings\CommonFixAllState.cs (2)
53
var newScope = scope.HasValue ? scope.Value :
Scope
;
58
newScope ==
Scope
&&
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (1)
41
public RefactorAllScope Scope => (RefactorAllScope)State.
Scope
;
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (2)
92
switch (this.
Scope
.ToRefactorAllScope())
101
Document, _selectionSpan,
Scope
, cancellationToken).ConfigureAwait(false);