3 references to TryGetIndentationLevel
Microsoft.CodeAnalysis.Razor.Workspaces (3)
Formatting\FormattingContext.cs (1)
65
/// <see cref="
TryGetIndentationLevel
(int, out int)"/> which operates on the position rather than just the line.
Formatting\Passes\CSharpOnTypeFormattingPass.cs (2)
396
if (!context.
TryGetIndentationLevel
(spanToReplace.End, out var contentIndentLevel))
525
if (!context.
TryGetIndentationLevel
(spanToReplace.End, out var contentIndentLevel))