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