27 overrides of GetChangedDocumentAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CustomCodeActions.cs (1)
62protected sealed override Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
HideBaseCodeFixProvider.AddNewKeywordAction.cs (1)
36protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\Preview\ErrorCases\ExceptionInCodeAction.cs (1)
49protected override Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.CSharp.Features (1)
HideBaseCodeFixProvider.AddNewKeywordAction.cs (1)
36protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Features (13)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.LocalSuppressMessageCodeAction.cs (1)
40protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.PragmaWarningCodeAction.cs (1)
59protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Pragma.cs (1)
64protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
GenerateConstructorFromMembers\AbstractGenerateConstructorFromMembersCodeRefactoringProvider.ConstructorDelegatingCodeAction.cs (1)
43protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
GenerateConstructorFromMembers\AbstractGenerateConstructorFromMembersCodeRefactoringProvider.FieldDelegatingCodeAction.cs (1)
40protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
GenerateDefaultConstructors\AbstractGenerateDefaultConstructorsService.AbstractCodeAction.cs (1)
44protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeAction.cs (1)
64protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
GenerateMember\GenerateEnumMember\AbstractGenerateEnumMemberService.CodeAction.cs (1)
34protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
GenerateMember\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.CodeAction.cs (1)
68protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
GenerateMember\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
52protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
GenerateMember\GenerateVariable\AbstractGenerateVariableService.GenerateLocalCodeAction.cs (1)
48protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
ImplementInterface\AbstractImplementInterfaceService.CodeAction.cs (1)
161protected override Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
IntroduceVariable\AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs (1)
54protected override async Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (8)
CodeFixes\CorrectNextControlVariable\CorrectNextControlVariableCodeFixProvider.CodeAction.vb (1)
29Protected Overrides Async Function GetChangedDocumentAsync(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\GenerateEvent\GenerateEventCodeFixProvider.CodeAction.vb (1)
38Protected Overrides Function GetChangedDocumentAsync(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.AddKeywordCodeAction.vb (1)
39Protected Overrides Async Function GetChangedDocumentAsync(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.ReplaceKeywordCodeAction.vb (1)
38Protected Overrides Async Function GetChangedDocumentAsync(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.ReplaceTokenKeywordCodeAction.vb (1)
32Protected Overrides Async Function GetChangedDocumentAsync(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\MoveToTopOfFile\MoveToTopOfFileCodeFixProvider.MoveToLineCodeAction.vb (1)
32Protected Overrides Async Function GetChangedDocumentAsync(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\OverloadBase\OverloadBaseCodeFixProvider.AddKeywordAction.vb (1)
45Protected Overrides Async Function GetChangedDocumentAsync(cancellationToken As CancellationToken) As Task(Of Document)
CodeRefactorings\RemoveStatementCodeAction.vb (1)
29Protected Overrides Async Function GetChangedDocumentAsync(cancellationToken As CancellationToken) As Task(Of Document)
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (1)
582protected sealed override Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
CustomCodeActions.cs (1)
62protected sealed override Task<Document> GetChangedDocumentAsync(CancellationToken cancellationToken)
2 references to GetChangedDocumentAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeActions\CodeAction.cs (2)
216var changedDocument = await GetChangedDocumentAsync(cancellationToken).ConfigureAwait(false); 259=> GetChangedDocumentAsync(cancellation);