2 writes to _exitLabel
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (2)
91Me._exitLabel = Nothing 148Me._exitLabel = F.GenerateLabel("exitLabel")
4 references to _exitLabel
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (4)
121If Me._exitLabel Is Nothing Then 131F.Label(Me._exitLabel), 147If Me._exitLabel Is Nothing Then 153Me.F.Goto(Me._exitLabel)