2 writes to _tryNestingLevel
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitStatement.cs (2)
943
_tryNestingLevel
++;
953
_tryNestingLevel
--;
1 reference to _tryNestingLevel
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitExpression.cs (1)
2730
if (
_tryNestingLevel
!= 0)