2 writes to CurrentStatementTemporary
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (2)
153_unstructuredExceptionHandling.CurrentStatementTemporary = New SynthesizedLocal(_topMethod, int32, SynthesizedLocalKind.OnErrorCurrentStatement, DirectCast(nodeFactory.Syntax, StatementSyntax)) 317_unstructuredExceptionHandling.CurrentStatementTemporary = Nothing
7 references to CurrentStatementTemporary
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (7)
73Debug.Assert(_unstructuredExceptionHandling.CurrentStatementTemporary Is Nothing) 154locals.Add(_unstructuredExceptionHandling.CurrentStatementTemporary) 170If _unstructuredExceptionHandling.CurrentStatementTemporary IsNot Nothing Then 214If(_unstructuredExceptionHandling.CurrentStatementTemporary Is Nothing, 216nodeFactory.Local(_unstructuredExceptionHandling.CurrentStatementTemporary, isLValue:=False))).ToStatement()) 463statements.Add(nodeFactory.AssignmentExpression(nodeFactory.Local(_unstructuredExceptionHandling.CurrentStatementTemporary, isLValue:=True), 591_unstructuredExceptionHandling.CurrentStatementTemporary IsNot Nothing AndAlso _currentMethodOrLambda Is _topMethod