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),