5 writes to _currentBlock
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb (5)
150
_currentBlock
= node
248
_currentBlock
= node
268
_currentBlock
= previousBlock
306
_currentBlock
= node.Body
332
_currentBlock
= oldBlock
13 references to _currentBlock
Microsoft.CodeAnalysis.VisualBasic (13)
Lowering\LambdaRewriter\LambdaRewriter.Analysis.vb (13)
154
variableScope.Add(parameter,
_currentBlock
)
244
Return
_currentBlock
247
Dim previousBlock =
_currentBlock
249
If
_currentBlock
IsNot previousBlock Then
250
blockParent.Add(
_currentBlock
, previousBlock)
258
variableScope.Add(local,
_currentBlock
)
304
Dim oldBlock =
_currentBlock
307
blockParent.Add(
_currentBlock
, oldBlock)
314
variableScope.Add(parameter,
_currentBlock
)
321
variableScope.Add(local,
_currentBlock
)
381
Dim curBlock As BoundNode =
_currentBlock
495
labelBlock.Add(node.Label,
_currentBlock
)
533
gotoBlock.Add(node,
_currentBlock
)