2 references to GetFormattedNewFileContentAsync
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\Handlers\CodeActions.cs (1)
76=> FormatNewFileHandler.GetFormattedNewFileContentAsync(document, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
ExternalAccess\Razor\FormatNewFileHandler.cs (1)
64return await GetFormattedNewFileContentAsync(document, cancellationToken).ConfigureAwait(false);