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