1 instantiation of SwitchInfo
System.Core (1)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
386
var info = new
SwitchInfo
(node, value, @default);
3 references to SwitchInfo
System.Core (3)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (3)
386
var
info = new SwitchInfo(node, value, @default);
466
private void EmitSwitchBuckets(
SwitchInfo
info, List<List<SwitchLabel>> buckets, int first, int last) {
493
private void EmitSwitchBucket(
SwitchInfo
info, List<SwitchLabel> bucket) {