1 write to SelectedCharPosition
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\LengthBasedStringSwitchData.cs (1)
110this.SelectedCharPosition = selectedCharPosition;
2 references to SelectedCharPosition
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\LengthBasedStringSwitchData.cs (1)
275builder.AppendLine($" Selected char position: {charJumpTable.SelectedCharPosition}:");
CodeGen\EmitStatement.cs (1)
1435_builder.EmitIntConstant(charJumpTable.SelectedCharPosition);