2 references to IndentCache
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)
86
Assert.Throws<ArgumentOutOfRangeException>(() =>
IndentCache
.GetIndentString(size: 4, insertSpaces: false, tabSize));