1 write to _labelName
Microsoft.CodeAnalysis.CSharp (1)
Binder\LoopBinderContext.cs (1)
22
_labelName
= loopSyntax.Parent is LabeledStatementSyntax labeled ? labeled.Identifier.ValueText : null;
2 references to _labelName
Microsoft.CodeAnalysis.CSharp (2)
Binder\LoopBinderContext.cs (2)
26
=> (labelName is null || labelName ==
_labelName
) ? _breakLabel : NextRequired.GetBreakLabel(labelName);
29
=> (labelName is null || labelName ==
_labelName
) ? _continueLabel : NextRequired.GetContinueLabel(labelName);