1 write to Label
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\LengthBasedStringSwitchData.cs (1)
109this.Label = label;
3 references to Label
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\LengthBasedStringSwitchData.cs (2)
200return charJumpTable.Label; 274builder.AppendLine($"Label {readable(charJumpTable.Label)}:");
CodeGen\EmitStatement.cs (1)
1424_builder.MarkLabel(charJumpTable.Label);