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