1 write to StringCaseLabels
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\LengthBasedStringSwitchData.cs (1)
125this.StringCaseLabels = stringCaseLabels;
2 references to StringCaseLabels
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\LengthBasedStringSwitchData.cs (1)
134StringBasedJumpTables.All(t => t.StringCaseLabels.Length <= 5);
CodeGen\EmitStatement.cs (1)
1497stringJumpTable.StringCaseLabels.Select(p => new KeyValuePair<ConstantValue, object>(ConstantValue.Create(p.value), p.label)).ToArray(),