2 writes to _tryNestingLevel
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\EmitStatement.vb (2)
129
Me.
_tryNestingLevel
+= 1
138
Me.
_tryNestingLevel
-= 1
2 references to _tryNestingLevel
Microsoft.CodeAnalysis.VisualBasic (2)
CodeGen\EmitExpression.vb (1)
1892
Return Me.
_tryNestingLevel
= 0 AndAlso Me.TargetIsNotOnHeap(left)
CodeGen\EmitStatement.vb (1)
137
Debug.Assert(Me.
_tryNestingLevel
> 0)