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)
2593Debug.Assert(_statementDepth >= 0, "statementDepth >= 0"); 2594return (_statementDepth > 0);