4 references to readable
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\LengthBasedStringSwitchData.cs (4)
267
builder.AppendLine($" case null: {
readable
(LengthBasedJumpTable.NullCaseLabel)}");
274
builder.AppendLine($"Label {
readable
(charJumpTable.Label)}:");
283
builder.AppendLine($"Label {
readable
(stringJumpTable.Label)}:");
294
builder.AppendLine($" case {constant}: {
readable
(label)}");