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