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