1 implementation of Scope
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
23public FixAllScope Scope { get; }
12 references to Scope
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (3)
AbstractFixAllSuggestedAction.cs (1)
53telemetryId = OriginalCodeAction.GetTelemetryId(FixAllState.Scope);
FixAllGetFixesService.cs (1)
76m[FixAllLogger.FixAllScope] = fixAllContext.State.Scope.ToString();
SuggestedAction.cs (1)
189map[FixAllLogger.FixAllScope] = fixSome.FixAllState.Scope.ToString();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Suggestions\FixAll\FixAllGetFixesService.cs (1)
76m[FixAllLogger.FixAllScope] = fixAllContext.State.Scope.ToString();
Suggestions\SuggestedActions\AbstractFixAllSuggestedAction.cs (1)
53telemetryId = OriginalCodeAction.GetTelemetryId(FixAllState.Scope);
Suggestions\SuggestedActions\SuggestedAction.cs (1)
189map[FixAllLogger.FixAllScope] = fixSome.FixAllState.Scope.ToString();
Microsoft.CodeAnalysis.Features (2)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (2)
44=> this.FixAllState.Scope switch 51_ => throw ExceptionUtilities.UnexpectedValue(this.FixAllState.Scope),
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixesAndRefactorings\FixAllLogger.cs (2)
79m[FixAllScope] = fixAllState.Scope.ToString(); 80switch (fixAllState.Scope)
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\TextViewWindow_InProc.cs (1)
514if (fixAllCodeAction?.FixAllState?.Scope == fixAllScope)
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (1)
InProcess\EditorInProcess.cs (1)
941if (fixAllCodeAction?.FixAllState?.Scope == fixAllScope)