2 references to MaxSpaceCount
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
CodeGeneration\IndentCacheTests.cs (1)
45
var spaceCount = IndentCache.
MaxSpaceCount
+ 1;
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.IndentCache.cs (1)
16
private static readonly ReadOnlyMemory<char> s_spaces = new string(' ',
MaxSpaceCount
).AsMemory();