2 references to MaxTabCount
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
CodeGeneration\IndentCacheTests.cs (1)
46
var tabCount = IndentCache.
MaxTabCount
+ 1;
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.IndentCache.cs (1)
15
private static readonly ReadOnlyMemory<char> s_tabs = new string('\t',
MaxTabCount
).AsMemory();