1 implementation of FormatNewDocumentAsync
Microsoft.CodeAnalysis.Features (1)
AddFileBanner\AbstractAddFileBannerNewDocumentFormattingProvider.cs (1)
22
public async Task<Document>
FormatNewDocumentAsync
(Document document, Document? hintDocument, CodeCleanupOptions options, CancellationToken cancellationToken)
1 reference to FormatNewDocumentAsync
Microsoft.CodeAnalysis.Features (1)
Formatting\AbstractNewDocumentFormattingService.cs (1)
49
document = await provider.
FormatNewDocumentAsync
(document, hintDocument, options, cancellationToken).ConfigureAwait(false);