2 implementations of Scope
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
50public 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)
35var solution = fixAllContext.Scope switch 41_ => throw ExceptionUtilities.UnexpectedValue(fixAllContext.Scope),
CodeFixesAndRefactorings\DocumentBasedFixAllProviderHelpers.cs (1)
80fixAllContext.Scope is FixAllScope.Document or FixAllScope.Project or FixAllScope.ContainingMember or FixAllScope.ContainingType);