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)
20
If
_currentLineTemporary
IsNot Nothing AndAlso _currentMethodOrLambda Is _topMethod AndAlso
30
New BoundLocal(node.Syntax,
_currentLineTemporary
,
_currentLineTemporary
.Type),
31
New BoundLiteral(node.Syntax, ConstantValue.Create(lineNumber),
_currentLineTemporary
.Type),
Lowering\LocalRewriter\LocalRewriter_Try.vb (4)
167
Debug.Assert(
_currentLineTemporary
Is Nothing)
172
ElseIf
_currentLineTemporary
IsNot Nothing AndAlso _currentMethodOrLambda Is _topMethod Then
173
errorLineNumber = New BoundLocal(node.Syntax,
_currentLineTemporary
, isLValue:=False, type:=
_currentLineTemporary
.Type)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (6)
35
Debug.Assert(
_currentLineTemporary
Is Nothing)
55
ImmutableArray.Create(Of LocalSymbol)(
_currentLineTemporary
),
56
body.Locals.Add(
_currentLineTemporary
)),
263
If(
_currentLineTemporary
IsNot Nothing,
264
New BoundLocal(node.Syntax,
_currentLineTemporary
, isLValue:=False, type:=
_currentLineTemporary
.Type),