Implemented interface member:
property
Scope
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllState.Scope
1 write to Scope
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
40
Scope
= scope;
6 references to Scope
Microsoft.CodeAnalysis.Workspaces (6)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
50
public FixAllScope Scope => State.
Scope
;
CodeFixesAndRefactorings\CommonFixAllState.cs (2)
52
var newScope = scope.HasValue ? scope.Value :
Scope
;
57
newScope ==
Scope
&&
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
41
public FixAllScope Scope => State.
Scope
;
CodeRefactorings\FixAllOccurences\FixAllState.cs (2)
93
switch (this.
Scope
)
102
Document, _selectionSpan,
Scope
, cancellationToken).ConfigureAwait(false);