2 references to GetIndentString
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Formatting\FormattingUtilities.cs (1)
88=> IndentCache.GetIndentString(indentation, insertSpaces, tabSize);
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (1)
Formatting\FormattingUtilitiesTest.cs (1)
86Assert.Throws<ArgumentOutOfRangeException>(() => IndentCache.GetIndentString(size: 4, insertSpaces: false, tabSize));