1 write to Label
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\LengthBasedStringSwitchData.cs (1)
124this.Label = label;
3 references to Label
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\LengthBasedStringSwitchData.cs (2)
258return stringJumpTable.Label; 283builder.AppendLine($"Label {readable(stringJumpTable.Label)}:");
CodeGen\EmitStatement.cs (1)
1459_builder.MarkLabel(stringJumpTable.Label);