2 writes to _currentLineTemporary
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (2)
43_currentLineTemporary = New SynthesizedLocal(_topMethod, int32, SynthesizedLocalKind.OnErrorCurrentLine, DirectCast(nodeFactory.Syntax, StatementSyntax)) 59_currentLineTemporary = Nothing
14 references to _currentLineTemporary
Microsoft.CodeAnalysis.VisualBasic (14)
Lowering\LocalRewriter\LocalRewriter_Label.vb (4)
20If _currentLineTemporary IsNot Nothing AndAlso _currentMethodOrLambda Is _topMethod AndAlso 30New BoundLocal(node.Syntax, _currentLineTemporary, _currentLineTemporary.Type), 31New BoundLiteral(node.Syntax, ConstantValue.Create(lineNumber), _currentLineTemporary.Type),
Lowering\LocalRewriter\LocalRewriter_Try.vb (4)
167Debug.Assert(_currentLineTemporary Is Nothing) 172ElseIf _currentLineTemporary IsNot Nothing AndAlso _currentMethodOrLambda Is _topMethod Then 173errorLineNumber = New BoundLocal(node.Syntax, _currentLineTemporary, isLValue:=False, type:=_currentLineTemporary.Type)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (6)
35Debug.Assert(_currentLineTemporary Is Nothing) 55ImmutableArray.Create(Of LocalSymbol)(_currentLineTemporary), 56body.Locals.Add(_currentLineTemporary)), 263If(_currentLineTemporary IsNot Nothing, 264New BoundLocal(node.Syntax, _currentLineTemporary, isLValue:=False, type:=_currentLineTemporary.Type),