1 reference to MaxSpaceCount
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.IndentCache.cs (1)
16
private static readonly ReadOnlyMemory<char> s_spaces = new string(' ',
MaxSpaceCount
).AsMemory();