24 references to GetChangedSolution
Microsoft.Analyzers.Extra (2)
CallAnalysis\Fixers\LegacyLoggingFixer.cs (2)
529return solEditor.GetChangedSolution(); 609return solEditor.GetChangedSolution();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (4)
src\Analyzers\CSharp\CodeFixes\ConvertToRecord\ConvertToRecordEngine.cs (1)
335return solutionEditor.GetChangedSolution();
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
107return solutionEditor.GetChangedSolution();
src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockCodeFixProvider.cs (1)
72return solutionEditor.GetChangedSolution();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\InitializeParameter\InitializeParameterHelpers.cs (1)
92return solutionEditor.GetChangedSolution();
Microsoft.CodeAnalysis.CSharp.Features (8)
ConvertPrimaryToRegularConstructor\ConvertPrimaryToRegularConstructorCodeRefactoringProvider.cs (1)
129return solutionEditor.GetChangedSolution();
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (1)
261return solutionEditor.GetChangedSolution();
InitializeParameter\CSharpInitializeMemberFromPrimaryConstructorParameterCodeRefactoringProvider_Update.cs (1)
132return solutionEditor.GetChangedSolution();
src\Analyzers\CSharp\CodeFixes\ConvertToRecord\ConvertToRecordEngine.cs (1)
335return solutionEditor.GetChangedSolution();
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorCodeFixProvider.cs (1)
107return solutionEditor.GetChangedSolution();
src\Analyzers\CSharp\CodeFixes\UsePrimaryConstructor\CSharpUsePrimaryConstructorFixAllProvider.cs (1)
60return solutionEditor.GetChangedSolution();
src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockCodeFixProvider.cs (1)
72return solutionEditor.GetChangedSolution();
src\Analyzers\CSharp\CodeFixes\UseSystemThreadingLock\CSharpUseSystemThreadingLockFixAllProvider.cs (1)
52return solutionEditor.GetChangedSolution();
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\InitializeParameter\InitializeParameterHelpers.cs (1)
92return solutionEditor.GetChangedSolution();
Microsoft.CodeAnalysis.Features (4)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
319return solutionEditor.GetChangedSolution();
InlineMethod\AbstractInlineMethodRefactoringProvider.cs (1)
360return solutionEditor.GetChangedSolution();
PullMemberUp\MembersPuller.cs (2)
146return solutionEditor.GetChangedSolution(); 396return solutionEditor.GetChangedSolution();
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SymbolEditor.cs (1)
477ChangedSolution = solutionEditor.GetChangedSolution();
Microsoft.Interop.ComInterfaceGenerator (2)
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (2)
113var updatedSolution = editor.GetChangedSolution(); 212Solution solutionWithUpdatedSources = solutionEditor.GetChangedSolution();
Microsoft.Interop.LibraryImportGenerator (2)
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (2)
113var updatedSolution = editor.GetChangedSolution(); 212Solution solutionWithUpdatedSources = solutionEditor.GetChangedSolution();