1 write to CharCaseLabels
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\LengthBasedStringSwitchData.cs (1)
111
this.
CharCaseLabels
= charCaseLabels;
2 references to CharCaseLabels
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\LengthBasedStringSwitchData.cs (1)
276
dump(charJumpTable.
CharCaseLabels
!);
CodeGen\EmitStatement.cs (1)
1447
charJumpTable.
CharCaseLabels
.Select(p => new KeyValuePair<ConstantValue, object>(ConstantValue.Create(p.value), p.label)).ToArray(),