1 write to _exitLabel
Microsoft.CodeAnalysis.CSharp (1)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
294
_exitLabel
= this.F.GenerateLabel("exitLabel");
4 references to _exitLabel
Microsoft.CodeAnalysis.CSharp (4)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (4)
182
if (
_exitLabel
is null)
200
F.Label(
_exitLabel
),
292
if ((object)
_exitLabel
== null)
298
var gotoExit = F.Goto(
_exitLabel
);