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