2 writes to _exitLabel
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (2)
92Me._exitLabel = Nothing 153Me._exitLabel = F.GenerateLabel("exitLabel")
4 references to _exitLabel
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (4)
126If Me._exitLabel Is Nothing Then 136F.Label(Me._exitLabel), 152If Me._exitLabel Is Nothing Then 158Me.F.Goto(Me._exitLabel)