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)
396if (!context.TryGetIndentationLevel(spanToReplace.End, out var contentIndentLevel)) 525if (!context.TryGetIndentationLevel(spanToReplace.End, out var contentIndentLevel))