43 references to GetChangedDocument
ILLink.CodeFixProvider (7)
BaseAttributeCodeFixProvider.cs (1)
79return editor.GetChangedDocument();
DynamicallyAccessedMembersCodeFixProvider.cs (1)
156return editor.GetChangedDocument();
RequiresUnsafeCodeFixProvider.cs (5)
141return editor.GetChangedDocument(); 360return editor.GetChangedDocument(); 384return editor.GetChangedDocument(); 410return editor.GetChangedDocument(); 516return 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.Analyzers (6)
FixAnalyzers\FixerWithFixAllAnalyzer.Fixer.cs (1)
82return editor.GetChangedDocument();
MetaAnalyzers\Fixers\CompareSymbolsCorrectlyFix.cs (3)
142return editor.GetChangedDocument(); 214return editor.GetChangedDocument(); 286return editor.GetChangedDocument();
MetaAnalyzers\Fixers\PreferIsKindFix.cs (2)
45return editor.GetChangedDocument(); 75return editor.GetChangedDocument();
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpCopilotCodeFixProvider.cs (1)
132return editor.GetChangedDocument();
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (10)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CSharpStaticHolderTypes.Fixer.cs (1)
62return editor.GetChangedDocument();
Microsoft.CodeQuality.Analyzers\QualityGuidelines\CSharpDoNotInitializeUnnecessarily.Fixer.cs (1)
64return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
61return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.Fixer.cs (1)
85return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\InteropServices\CSharpDynamicInterfaceCastableImplementation.Fixer.cs (1)
290return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (2)
204return editor.GetChangedDocument(); 277return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (2)
446return editor.GetChangedDocument(); 468return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Runtime\CSharpPreferDictionaryContainsMethods.Fixer.cs (1)
57return editor.GetChangedDocument();
Microsoft.CodeAnalysis.Features (5)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs (1)
72return editor.GetChangedDocument().Project.Solution;
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (1)
243var updatedDocument = documentEditor.GetChangedDocument();
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeNamespaceScopeEditor.cs (1)
82var changedDocument = editor.GetChangedDocument();
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
792var fixedDocument = editor.GetChangedDocument();
PullMemberUp\MembersPuller.cs (1)
382destinationEditor.GetChangedDocument(),
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\InteropServices\BasicSpecifyMarshalingForPInvokeStringArguments.Fixer.vb (1)
43Return editor.GetChangedDocument()
Microsoft.NetCore.Analyzers\Performance\BasicPreferDictionaryTryMethodsOverContainsKeyGuardFixer.vb (2)
177Return editor.GetChangedDocument() 225Return editor.GetChangedDocument()
Microsoft.NetCore.Analyzers\Runtime\BasicPreferDictionaryContainsMethods.Fixer.vb (2)
43Return editor.GetChangedDocument() 58Return editor.GetChangedDocument()
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SymbolEditor.cs (1)
290var newDoc = editor.GetChangedDocument();
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\AddMarshalAsToElementFixer.cs (1)
67return editor.GetChangedDocument();
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\AddDisableRuntimeMarshallingAttributeFixer.cs (1)
68return editor.GetChangedDocument().Project.Solution;
Roslyn.Diagnostics.CSharp.Analyzers (1)
NumberCommentsRefactoring.cs (1)
63return editor.GetChangedDocument();