4 references to FixAllScope
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\SuggestedActions\EditorSuggestedAction.cs (1)
182map[FixAllLogger.FixAllScope] = fixSome.RefactorOrFixAllState.Scope.ToString();
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllGetFixesService.cs (1)
171m[FixAllLogger.FixAllScope] = fixAllContext.State.Scope.ToString();
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixesAndRefactorings\FixAllLogger.cs (2)
23public const string FixAllScope = nameof(FixAllScope); 78m[FixAllScope] = fixAllState.Scope.ToString();