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