2 writes to _statementDepth
System.CodeDom (2)
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2596_statementDepth++; 2603_statementDepth--;
2 references to _statementDepth
System.CodeDom (2)
Microsoft\VisualBasic\VBCodeGenerator.cs (2)
2590Debug.Assert(_statementDepth >= 0, "statementDepth >= 0"); 2591return (_statementDepth > 0);