28 overrides of GetChangedDocumentAsync
Microsoft.AspNetCore.Mvc.Api.Analyzers (2)
AddResponseTypeAttributeCodeFixAction.cs (1)
45
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
ApiActionsDoNotRequireExplicitModelValidationCodeFixProvider.cs (1)
52
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.CodeStyle.Fixes (5)
src\Analyzers\Core\CodeFixes\GenerateDefaultConstructors\GenerateDefaultConstructorsCodeAction.cs (1)
30
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
src\Analyzers\Core\CodeFixes\GenerateEnumMember\AbstractGenerateEnumMemberService.CodeAction.cs (1)
22
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.CodeAction.cs (1)
62
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
47
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.GenerateLocalCodeAction.cs (1)
36
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CodeActions\Preview\ErrorCases\ExceptionInCodeAction.cs (1)
48
protected override Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Features (12)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.LocalSuppressMessageCodeAction.cs (1)
28
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.PragmaWarningCodeAction.cs (1)
57
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.RemoveSuppressionCodeAction_Pragma.cs (1)
64
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.ConstructorDelegatingCodeAction.cs (1)
32
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
GenerateConstructors\AbstractGenerateConstructorsCodeRefactoringProvider.FieldDelegatingCodeAction.cs (1)
32
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeAction.cs (1)
47
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
IntroduceVariable\AbstractIntroduceVariableService.IntroduceVariableCodeAction.cs (1)
52
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
src\Analyzers\Core\CodeFixes\GenerateDefaultConstructors\GenerateDefaultConstructorsCodeAction.cs (1)
30
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
src\Analyzers\Core\CodeFixes\GenerateEnumMember\AbstractGenerateEnumMemberService.CodeAction.cs (1)
22
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
src\Analyzers\Core\CodeFixes\GenerateParameterizedMember\AbstractGenerateParameterizedMemberService.CodeAction.cs (1)
62
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.CodeAction.cs (1)
47
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
src\Analyzers\Core\CodeFixes\GenerateVariable\AbstractGenerateVariableService.GenerateLocalCodeAction.cs (1)
36
protected override async Task<Document>
GetChangedDocumentAsync
(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (8)
CodeFixes\CorrectNextControlVariable\CorrectNextControlVariableCodeFixProvider.CodeAction.vb (1)
29
Protected Overrides Async Function
GetChangedDocumentAsync
(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\GenerateEvent\GenerateEventCodeFixProvider.CodeAction.vb (1)
35
Protected Overrides Function
GetChangedDocumentAsync
(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.AddKeywordCodeAction.vb (1)
39
Protected Overrides Async Function
GetChangedDocumentAsync
(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.ReplaceKeywordCodeAction.vb (1)
38
Protected Overrides Async Function
GetChangedDocumentAsync
(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.ReplaceTokenKeywordCodeAction.vb (1)
32
Protected Overrides Async Function
GetChangedDocumentAsync
(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\MoveToTopOfFile\MoveToTopOfFileCodeFixProvider.MoveToLineCodeAction.vb (1)
32
Protected Overrides Async Function
GetChangedDocumentAsync
(cancellationToken As CancellationToken) As Task(Of Document)
CodeFixes\OverloadBase\OverloadBaseCodeFixProvider.AddKeywordAction.vb (1)
41
Protected Overrides Async Function
GetChangedDocumentAsync
(cancellationToken As CancellationToken) As Task(Of Document)
CodeRefactorings\RemoveStatementCodeAction.vb (1)
29
Protected Overrides Async Function
GetChangedDocumentAsync
(cancellationToken As CancellationToken) As Task(Of Document)
4 references to GetChangedDocumentAsync
Microsoft.CodeAnalysis.Workspaces (4)
CodeActions\CodeAction.cs (4)
334
var changedDocument = await
GetChangedDocumentAsync
(cancellationToken).ConfigureAwait(false);
386
/// cref="
GetChangedDocumentAsync
(CancellationToken)"/> when computation is long running and progress should be
397
=>
GetChangedDocumentAsync
(cancellationToken);
413
=>
GetChangedDocumentAsync
(cancellation);