1 write to CharBasedJumpTables
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\LengthBasedStringSwitchData.cs (1)
81CharBasedJumpTables = charJumpTables;
2 references to CharBasedJumpTables
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\LengthBasedStringSwitchData.cs (1)
272foreach (var charJumpTable in CharBasedJumpTables)
CodeGen\EmitStatement.cs (1)
1421foreach (var charJumpTable in lengthBasedSwitchInfo.CharBasedJumpTables)