2 implementations of Scope
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
51
public FixAllScope
Scope
=> State.Scope;
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
41
public FixAllScope
Scope
=> State.Scope;
3 references to Scope
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (2)
29
var solution = fixAllContext.
Scope
switch
35
_ => throw ExceptionUtilities.UnexpectedValue(fixAllContext.
Scope
),
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
47
Contract.ThrowIfFalse(fixAllContext.
Scope
is FixAllScope.Document or FixAllScope.Project