103 references to GetChangedDocument
ILLink.CodeFixProvider (11)
BaseAttributeCodeFixProvider.cs (1)
79
return editor.
GetChangedDocument
();
DynamicallyAccessedMembersCodeFixProvider.cs (1)
156
return editor.
GetChangedDocument
();
RequiresUnsafeCodeFixProvider.cs (5)
141
return editor.
GetChangedDocument
();
360
return editor.
GetChangedDocument
();
384
return editor.
GetChangedDocument
();
410
return editor.
GetChangedDocument
();
516
return editor.
GetChangedDocument
();
SynchronizeUnsafeContractCodeFixProvider.cs (1)
201
solution = editor.
GetChangedDocument
().Project.Solution;
UnsafeModifierCodeFixHelpers.cs (3)
109
return editor.
GetChangedDocument
();
135
return editor.
GetChangedDocument
();
202
return editor.
GetChangedDocument
();
Microsoft.Analyzers.Extra (1)
MakeExeTypesInternalFixer.cs (1)
41
return editor.
GetChangedDocument
();
Microsoft.AspNetCore.App.CodeFixes (2)
Kestrel\ListenOnIPv6AnyFixer.cs (1)
71
return editor.
GetChangedDocument
();
PublicPartialProgramClassFixer.cs (1)
45
return editor.
GetChangedDocument
();
Microsoft.CodeAnalysis.Analyzers (6)
FixAnalyzers\FixerWithFixAllAnalyzer.Fixer.cs (1)
82
return editor.
GetChangedDocument
();
MetaAnalyzers\Fixers\CompareSymbolsCorrectlyFix.cs (3)
142
return editor.
GetChangedDocument
();
214
return editor.
GetChangedDocument
();
286
return editor.
GetChangedDocument
();
MetaAnalyzers\Fixers\PreferIsKindFix.cs (2)
45
return editor.
GetChangedDocument
();
75
return editor.
GetChangedDocument
();
Microsoft.CodeAnalysis.CSharp.Features (1)
Copilot\CSharpCopilotCodeFixProvider.cs (1)
132
return editor.
GetChangedDocument
();
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (10)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\CSharpStaticHolderTypes.Fixer.cs (1)
62
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\QualityGuidelines\CSharpDoNotInitializeUnnecessarily.Fixer.cs (1)
64
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.FixAllProvider.cs (1)
61
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\InteropServices\CSharpDisableRuntimeMarshalling.Fixer.cs (1)
85
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\InteropServices\CSharpDynamicInterfaceCastableImplementation.Fixer.cs (1)
301
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (2)
204
return editor.
GetChangedDocument
();
277
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (2)
446
return editor.
GetChangedDocument
();
468
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\CSharpPreferDictionaryContainsMethods.Fixer.cs (1)
57
return editor.
GetChangedDocument
();
Microsoft.CodeAnalysis.Features (5)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Attribute.cs (1)
72
return editor.
GetChangedDocument
().Project.Solution;
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeEditor.cs (1)
243
var updatedDocument = documentEditor.
GetChangedDocument
();
CodeRefactorings\MoveType\AbstractMoveTypeService.MoveTypeNamespaceScopeEditor.cs (1)
82
var changedDocument = editor.
GetChangedDocument
();
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
792
var fixedDocument = editor.
GetChangedDocument
();
PullMemberUp\MembersPuller.cs (1)
382
destinationEditor.
GetChangedDocument
(),
Microsoft.CodeAnalysis.NetAnalyzers (58)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DefineAccessorsForAttributeArguments.Fixer.cs (2)
147
return editor.
GetChangedDocument
();
154
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotDirectlyAwaitATask.Fixer.cs (2)
57
return editor.
GetChangedDocument
();
95
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumStorageShouldBeInt32.Fixer.cs (1)
70
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EnumWithFlagsAttribute.Fixer.cs (1)
62
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\EquatableAnalyzer.Fixer.cs (2)
113
return editor.
GetChangedDocument
();
153
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ExceptionsShouldBePublic.Fixer.cs (1)
53
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementStandardExceptionConstructors.Fixer.cs (1)
120
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\MarkAttributesWithAttributeUsage.Fixer.cs (1)
73
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OperatorsShouldHaveSymmetricalOverloads.Fixer.cs (1)
72
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverloadOperatorEqualsOnOverridingValueTypeEquals.Fixer.cs (1)
69
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideEqualsAndOperatorEqualsOnValueTypes.Fixer.cs (1)
97
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideEqualsOnOverloadingOperatorEquals.Fixer.cs (1)
63
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideGetHashCodeOnOverridingEquals.Fixer.cs (1)
55
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\OverrideMethodsOnComparableTypes.Fixer.cs (1)
111
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\TypesThatOwnDisposableFieldsShouldBeDisposable.Fixer.cs (1)
92
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\UriParametersShouldNotBeStrings.Fixer.cs (1)
100
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\Maintainability\AvoidUnusedPrivateFields.Fixer.cs (1)
60
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\QualityGuidelines\RemoveEmptyFinalizers.Fixer.cs (1)
53
return editor.
GetChangedDocument
();
Microsoft.CodeQuality.Analyzers\QualityGuidelines\UseLiteralsWhereAppropriate.Fixer.cs (1)
97
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\InteropServices\ProvidePublicParameterlessSafeHandleConstructor.Fixer.cs (1)
54
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
109
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\DoNotUseCountWhenAnyCanBeUsed.Fixer.cs (1)
148
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\PreferIsEmptyOverCount.Fixer.cs (1)
66
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\PreferReadOnlySpanOverSpan.Fixer.cs (1)
83
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\UseAsSpanInsteadOfRangeIndexer.Fixer.cs (1)
118
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\UsePropertyInsteadOfCountMethodWhenAvailable.Fixer.cs (1)
124
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\UseSearchValues.Fixer.cs (1)
165
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\UseSpanClearInsteadOfFIll.Fixer.cs (1)
51
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\UseStringContainsCharOverloadWithSingleCharacters.Fixer.cs (1)
79
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Performance\UseStringMethodCharOverloadWithSingleCharacters.Fixer.cs (1)
77
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\AvoidConstArrays.Fixer.cs (1)
153
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\AvoidUnsealedAttributes.Fixer.cs (1)
44
return Task.FromResult(editor.
GetChangedDocument
());
Microsoft.NetCore.Analyzers\Runtime\AvoidZeroLengthArrayAllocations.Fixer.cs (1)
68
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\InstantiateArgumentExceptionsCorrectly.Fixer.cs (2)
110
return editor.
GetChangedDocument
();
124
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\MarkAllNonSerializableFields.Fixer.cs (1)
65
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\MarkISerializableTypesWithSerializable.Fixer.cs (1)
53
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\PreferAsSpanOverSubstring.Fixer.cs (1)
91
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\PreferJsonElementParse.Fixer.cs (1)
73
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\PreferTypedStringBuilderAppendOverloads.Fixer.cs (2)
48
return editor.
GetChangedDocument
();
80
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\TestForEmptyStringsUsingStringLength.Fixer.cs (2)
120
return editor.
GetChangedDocument
();
152
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\TestForNaNCorrectly.Fixer.cs (1)
99
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\UseCancellationTokenThrowIfCancellationRequested.Fixer.cs (2)
74
return editor.
GetChangedDocument
();
102
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\UseEnvironmentMembersFixer.cs (1)
65
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\UseExceptionThrowHelpersFixer.cs (2)
43
return editor.
GetChangedDocument
();
146
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\UseRegexMembersFixer.cs (1)
75
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\UseSpanBasedStringConcat.Fixer.cs (1)
113
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Runtime\UseStringEqualsOverStringCompare.Fixer.cs (1)
61
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Tasks\DoNotCreateTaskCompletionSourceWithWrongArguments.Fixer.cs (1)
50
return editor.
GetChangedDocument
();
Microsoft.NetCore.Analyzers\Tasks\DoNotUseWhenAllOrWaitAllWithSingleArgumentFixer.cs (2)
54
return editor.
GetChangedDocument
();
72
return editor.
GetChangedDocument
();
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (5)
Microsoft.NetCore.Analyzers\InteropServices\BasicSpecifyMarshalingForPInvokeStringArguments.Fixer.vb (1)
43
Return editor.
GetChangedDocument
()
Microsoft.NetCore.Analyzers\Performance\BasicPreferDictionaryTryMethodsOverContainsKeyGuardFixer.vb (2)
177
Return editor.
GetChangedDocument
()
225
Return editor.
GetChangedDocument
()
Microsoft.NetCore.Analyzers\Runtime\BasicPreferDictionaryContainsMethods.Fixer.vb (2)
43
Return editor.
GetChangedDocument
()
58
Return editor.
GetChangedDocument
()
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SymbolEditor.cs (1)
290
var newDoc = editor.
GetChangedDocument
();
Microsoft.Interop.ComInterfaceGenerator (1)
Analyzers\AddMarshalAsToElementFixer.cs (1)
67
return editor.
GetChangedDocument
();
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\AddDisableRuntimeMarshallingAttributeFixer.cs (1)
68
return editor.
GetChangedDocument
().Project.Solution;
Roslyn.Diagnostics.CSharp.Analyzers (1)
NumberCommentsRefactoring.cs (1)
63
return editor.
GetChangedDocument
();