2 writes to _exitLabel
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (2)
92Me._exitLabel = Nothing 149Me._exitLabel = F.GenerateLabel("exitLabel")
4 references to _exitLabel
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (4)
122If Me._exitLabel Is Nothing Then 132F.Label(Me._exitLabel), 148If Me._exitLabel Is Nothing Then 154Me.F.Goto(Me._exitLabel)