5 writes to _currentBlock
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb (5)
151
_currentBlock
= node
249
_currentBlock
= node
269
_currentBlock
= previousBlock
307
_currentBlock
= node.Body
333
_currentBlock
= oldBlock
13 references to _currentBlock
Microsoft.CodeAnalysis.VisualBasic (13)
Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb (13)
155
variableScope.Add(parameter,
_currentBlock
)
245
Return
_currentBlock
248
Dim previousBlock =
_currentBlock
250
If
_currentBlock
IsNot previousBlock Then
251
blockParent.Add(
_currentBlock
, previousBlock)
259
variableScope.Add(local,
_currentBlock
)
305
Dim oldBlock =
_currentBlock
308
blockParent.Add(
_currentBlock
, oldBlock)
315
variableScope.Add(parameter,
_currentBlock
)
322
variableScope.Add(local,
_currentBlock
)
382
Dim curBlock As BoundNode =
_currentBlock
496
labelBlock.Add(node.Label,
_currentBlock
)
534
gotoBlock.Add(node,
_currentBlock
)