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