1 implementation of Solution
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
22public Solution Solution => Project.Solution;
5 references to Solution
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
FixAllGetFixesService.cs (2)
119fixAllState.Solution, progressTracker, cancellationToken).ConfigureAwait(false); 127fixAllState.Solution, cancellationToken: cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Suggestions\FixAll\FixAllGetFixesService.cs (2)
119fixAllState.Solution, progressTracker, cancellationToken).ConfigureAwait(false); 127fixAllState.Solution, cancellationToken: cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\FixAllLogger.cs (1)
87m[DocumentCount] = fixAllState.Solution.Projects.Sum(p => p.DocumentIds.Count);