1 reference to AdjustIndentationAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
193
var indentationChanges = await
AdjustIndentationAsync
(changedContext, startLine, endLineInclusive, roslynWorkspaceHelper.HostWorkspaceServices, _logger, cancellationToken).ConfigureAwait(false);