Implemented interface member:
property
Solution
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllState.Solution
3 references to Solution
Microsoft.CodeAnalysis.EditorFeatures (1)
Suggestions\FixAll\FixMultipleOccurrencesService.cs (1)
78fixAllState.Solution, progress, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionBatchFixAllProvider.cs (1)
213var solution = fixAllState.Solution;
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
29public Solution Solution => State.Solution;