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