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