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