3 references to GetChangedDocumentAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
src\Analyzers\Core\CodeFixes\GenerateConstructor\AbstractGenerateConstructorService.cs (3)
98c => state.GetChangedDocumentAsync(document, withFields: true, withProperties: false, c), 107c => state.GetChangedDocumentAsync(document, withFields: false, withProperties: true, c), 114c => state.GetChangedDocumentAsync(document, withFields: false, withProperties: false, c),