1 write to FixAllState
Microsoft.CodeAnalysis.Features (1)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (1)
29FixAllState = fixAllState;
16 references to FixAllState
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
SuggestedAction.cs (2)
188map[FixAllLogger.CorrelationId] = fixSome.FixAllState.CorrelationId; 189map[FixAllLogger.FixAllScope] = fixSome.FixAllState.Scope.ToString();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\SuggestedActions\SuggestedAction.cs (2)
188map[FixAllLogger.CorrelationId] = fixSome.FixAllState.CorrelationId; 189map[FixAllLogger.FixAllScope] = fixSome.FixAllState.Scope.ToString();
Microsoft.CodeAnalysis.Features (10)
CodeFixesAndRefactorings\AbstractFixAllCodeAction.cs (10)
44=> this.FixAllState.Scope switch 51_ => throw ExceptionUtilities.UnexpectedValue(this.FixAllState.Scope), 63FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 65var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 67var fixAllContext = CreateFixAllContext(FixAllState, progressTracker, cancellationToken); 77FixAllLogger.LogState(FixAllState, IsInternalProvider(FixAllState)); 79var service = FixAllState.Project.Solution.Services.GetRequiredService<IFixAllGetFixesService>(); 81var fixAllContext = CreateFixAllContext(FixAllState, progressTracker, cancellationToken);
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)