4 writes to _depth
Microsoft.TemplateEngine.Core (4)
Operations\BalancedNesting.cs (4)
68
_depth
= 0;
88
_depth
= 0;
93
++
_depth
;
97
--
_depth
;
2 references to _depth
Microsoft.TemplateEngine.Core (2)
Operations\BalancedNesting.cs (2)
100
if (
_depth
< 0)
109
if (
_depth
== 0 && token == PseudoEndTokenIndex)