2 writes to _depth
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxSerializer.cs (2)
190_depth++; 195Assumed.True(--_depth >= 0, "Depth can't be less than 0.");
1 reference to _depth
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Syntax\SyntaxSerializer.cs (1)
200WriteValue(new string(' ', _depth * IndentSize));