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