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)
100if (_depth < 0) 109if (_depth == 0 && token == PseudoEndTokenIndex)