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