2 writes to _statementDepth
System.CodeDom (2)
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2599
_statementDepth
++;
2606
_statementDepth
--;
2 references to _statementDepth
System.CodeDom (2)
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2593
Debug.Assert(
_statementDepth
>= 0, "statementDepth >= 0");
2594
return (
_statementDepth
> 0);