6 references to FixAllScope
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
FixAllGetFixesService.cs (1)
76
m[FixAllLogger.
FixAllScope
] = fixAllContext.State.Scope.ToString();
SuggestedAction.cs (1)
189
map[FixAllLogger.
FixAllScope
] = fixSome.FixAllState.Scope.ToString();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\FixAll\FixAllGetFixesService.cs (1)
76
m[FixAllLogger.
FixAllScope
] = fixAllContext.State.Scope.ToString();
Suggestions\SuggestedActions\SuggestedAction.cs (1)
189
map[FixAllLogger.
FixAllScope
] = fixSome.FixAllState.Scope.ToString();
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixesAndRefactorings\FixAllLogger.cs (2)
24
public const string FixAllScope = nameof(
FixAllScope
);
79
m[
FixAllScope
] = fixAllState.Scope.ToString();