1 write to _exitLabel
Microsoft.CodeAnalysis.CSharp (1)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (1)
302_exitLabel = this.F.GenerateLabel("exitLabel");
4 references to _exitLabel
Microsoft.CodeAnalysis.CSharp (4)
Lowering\IteratorRewriter\IteratorMethodToStateMachineRewriter.cs (4)
190if (_exitLabel is null) 208F.Label(_exitLabel), 300if ((object)_exitLabel == null) 306var gotoExit = F.Goto(_exitLabel);