1 write to _labelName
Microsoft.CodeAnalysis.CSharp (1)
Binder\SwitchBinder.cs (1)
35_labelName = switchSyntax.Parent is LabeledStatementSyntax labeled ? labeled.Identifier.ValueText : null;
1 reference to _labelName
Microsoft.CodeAnalysis.CSharp (1)
Binder\SwitchBinder.cs (1)
171=> (labelName is null || labelName == _labelName) ? _breakLabel : NextRequired.GetBreakLabel(labelName);