1 write to StringBasedJumpTables
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\LengthBasedStringSwitchData.cs (1)
82
StringBasedJumpTables
= stringJumpTables;
4 references to StringBasedJumpTables
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\LengthBasedStringSwitchData.cs (3)
134
StringBasedJumpTables
.All(t => t.StringCaseLabels.Length <= 5);
266
builder.AppendLine($"Buckets: {string.Join(", ",
StringBasedJumpTables
.Select(t => t.StringCaseLabels.Length))}");
281
foreach (var stringJumpTable in
StringBasedJumpTables
)
CodeGen\EmitStatement.cs (1)
1456
foreach (var stringJumpTable in lengthBasedSwitchInfo.
StringBasedJumpTables
)