45 references to GetChangedDocument
ILLink.CodeFixProvider (11)
BaseAttributeCodeFixProvider.cs (1)
79return editor.GetChangedDocument();
DynamicallyAccessedMembersCodeFixProvider.cs (1)
163return editor.GetChangedDocument();
RequiresUnsafeCodeFixProvider.cs (5)
141return editor.GetChangedDocument(); 360return editor.GetChangedDocument(); 384return editor.GetChangedDocument(); 410return editor.GetChangedDocument(); 516return editor.GetChangedDocument();
SynchronizeUnsafeContractCodeFixProvider.cs (1)
201solution = editor.GetChangedDocument().Project.Solution;
UnsafeModifierCodeFixHelpers.cs (3)
122return editor.GetChangedDocument(); 148return editor.GetChangedDocument(); 218return 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.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 (2)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
61return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.Fixer.cs (1)
85return 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.NetAnalyzers (13)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotDirectlyAwaitATask.Fixer.cs (2)
57return editor.GetChangedDocument(); 95return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Performance\PreferLengthCountIsEmptyOverAny.Fixer.cs (1)
55return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Performance\PreferReadOnlySpanOverSpan.Fixer.cs (1)
112return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Performance\UseAsSpanInsteadOfRangeIndexer.Fixer.cs (1)
75return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Runtime\MarkAllNonSerializableFields.Fixer.cs (1)
65return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Runtime\PreferAsSpanOverSubstring.Fixer.cs (1)
91return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Runtime\UseCancellationTokenThrowIfCancellationRequested.Fixer.cs (2)
74return editor.GetChangedDocument(); 102return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Runtime\UseExceptionThrowHelpersFixer.cs (2)
43return editor.GetChangedDocument(); 146return editor.GetChangedDocument();
Microsoft.NetCore.Analyzers\Tasks\DoNotUseWhenAllOrWaitAllWithSingleArgumentFixer.cs (2)
54return editor.GetChangedDocument(); 72return 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();