1 write to _htmlFormattingService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\Formatting\FormattingTestBase.cs (1)
32
_htmlFormattingService
= htmlFormattingService;
1 reference to _htmlFormattingService
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\Formatting\FormattingTestBase.cs (1)
62
var htmlEdits = await
_htmlFormattingService
.GetOnTypeFormattingEditsAsync(LoggerFactory, uri, generatedHtml, position, insertSpaces: true, tabSize: 4);