Implemented interface member:
property
Solution
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllContext.Solution
20 references to Solution
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
55foreach (var project in fixAllContext.Solution.Projects)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\CodeCleanupTests.TestFixers.cs (2)
87var solution = fixAllContext.Solution; 143var solution = fixAllContext.Solution;
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorFixAllProvider.cs (1)
42var solutionEditor = new SolutionEditor(originalContext.Solution);
src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockFixAllProvider.cs (1)
33var solutionEditor = new SolutionEditor(originalContext.Solution);
Microsoft.CodeAnalysis.Features (2)
src\Analyzers\Core\CodeFixes\MatchFolderAndNamespace\AbstractChangeNamespaceToMatchFolderCodeFixProvider.CustomFixAllProvider.cs (1)
55foreach (var project in fixAllContext.Solution.Projects)
SyncNamespaces\AbstractSyncNamespacesService.cs (1)
142fixAllContext.Solution, fixAllContext.Progress, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (4)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (3)
69var currentSolution = originalFixAllContext.Solution; 140var solution = fixAllContext.Solution; 216var originalDocument = fixAllContext.Solution.GetRequiredDocument(docId);
CodeFixes\FixAllOccurrences\FixAllContextHelper.cs (1)
106fixAllContext.Solution, allDiagnostics, fixAllContext.CancellationToken).ConfigureAwait(false);
Microsoft.Interop.ComInterfaceGenerator (3)
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (1)
184SolutionEditor solutionEditor = new SolutionEditor(fixAllContext.Solution);
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (2)
24Solution solution = context.Solution; 59foreach (var project in context.Solution.Projects)
Microsoft.Interop.LibraryImportGenerator (6)
Analyzers\CustomMarshallerAttributeFixer.cs (3)
36Document doc = fixAllContext.Solution.GetDocument(diagnostic.Location.SourceTree); 57SymbolEditor symbolEditor = SymbolEditor.Create(fixAllContext.Solution); 96return ImmutableArray.CreateRange((await Task.WhenAll(context.Solution.Projects.Select(context.GetAllDiagnosticsAsync)).ConfigureAwait(false)).SelectMany(arr => arr));
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (1)
184SolutionEditor solutionEditor = new SolutionEditor(fixAllContext.Solution);
src\libraries\System.Runtime.InteropServices\gen\Common\FixAllContextExtensions.cs (2)
24Solution solution = context.Solution; 59foreach (var project in context.Solution.Projects)