1 write to _byRefLocalsInitializers
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb (1)
45
Me.
_byRefLocalsInitializers
= New Dictionary(Of LocalSymbol, BoundExpression)()
4 references to _byRefLocalsInitializers
Microsoft.CodeAnalysis.VisualBasic (4)
Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb (4)
62
Dim byRefLocalsInitializers = walker.
_byRefLocalsInitializers
125
Me.
_byRefLocalsInitializers
.Clear()
248
Debug.Assert(Not Me.
_byRefLocalsInitializers
.ContainsKey(local))
249
Me.
_byRefLocalsInitializers
.Add(local, node.LValue)