1 implementation of FormatDocumentAsync
Microsoft.CodeAnalysis.Features (1)
GenerateEqualsAndGetHashCodeFromMembers\AbstractGenerateEqualsAndGetHashCodeService.cs (1)
29public async Task<Document> FormatDocumentAsync(Document document, SyntaxFormattingOptions options, CancellationToken cancellationToken)
3 references to FormatDocumentAsync
Microsoft.CodeAnalysis.Features (3)
ConvertAnonymousType\AbstractConvertAnonymousTypeToClassCodeRefactoringProvider.cs (1)
147return await equalsAndGetHashCodeService.FormatDocumentAsync(
ConvertTupleToStruct\AbstractConvertTupleToStructCodeRefactoringProvider.cs (1)
595updatedDocument = await equalsAndGetHashCodeService.FormatDocumentAsync(
GenerateEqualsAndGetHashCodeFromMembers\GenerateEqualsAndGetHashCodeAction.cs (1)
107var formattedDocument = await service.FormatDocumentAsync(