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)
73
Debug.Assert(_unstructuredExceptionHandling.
CurrentStatementTemporary
Is Nothing)
154
locals.Add(_unstructuredExceptionHandling.
CurrentStatementTemporary
)
170
If _unstructuredExceptionHandling.
CurrentStatementTemporary
IsNot Nothing Then
214
If(_unstructuredExceptionHandling.
CurrentStatementTemporary
Is Nothing,
216
nodeFactory.Local(_unstructuredExceptionHandling.
CurrentStatementTemporary
, isLValue:=False))).ToStatement())
463
statements.Add(nodeFactory.AssignmentExpression(nodeFactory.Local(_unstructuredExceptionHandling.
CurrentStatementTemporary
, isLValue:=True),
591
_unstructuredExceptionHandling.
CurrentStatementTemporary
IsNot Nothing AndAlso _currentMethodOrLambda Is _topMethod