18 references to GetChangedDocument
ILLink.CodeFixProvider (2)
BaseAttributeCodeFixProvider.cs (1)
79 return editor.GetChangedDocument ();
DynamicallyAccessedMembersCodeFixProvider.cs (1)
151 return editor.GetChangedDocument ();
Microsoft.Analyzers.Extra (1)
MakeExeTypesInternalFixer.cs (1)
41return editor.GetChangedDocument();
Microsoft.AspNetCore.App.CodeFixes (2)
Kestrel\ListenOnIPv6AnyFixer.cs (1)
71return editor.GetChangedDocument();
PublicPartialProgramClassFixer.cs (1)
45return editor.GetChangedDocument();
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixAction.cs (1)
108var document = documentEditor.GetChangedDocument();
ApiActionsDoNotRequireExplicitModelValidationCodeFixProvider.cs (1)
60return editor.GetChangedDocument();
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpCopilotCodeFixProvider.cs (1)
134return editor.GetChangedDocument();
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\AddAttributesTests.cs (1)
56var changedDoc = editor.GetChangedDocument();
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs (1)
72return editor.GetChangedDocument().Project.Solution;
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (1)
196var updatedDocument = documentEditor.GetChangedDocument();
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeNamespaceScopeEditor.cs (1)
90var changedDocument = editor.GetChangedDocument();
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
747var fixedDocument = editor.GetChangedDocument();
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SymbolEditor.cs (1)
293var newDoc = editor.GetChangedDocument();
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\AddMarshalAsToElementFixer.cs (1)
67return editor.GetChangedDocument();
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (1)
155return editor.GetChangedDocument();
Microsoft.Interop.LibraryImportGenerator (2)
Analyzers\AddDisableRuntimeMarshallingAttributeFixer.cs (1)
68return editor.GetChangedDocument().Project.Solution;
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (1)
155return editor.GetChangedDocument();