1 instantiation of SwitchInfo
System.Linq.Expressions (1)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
436var info = new SwitchInfo(node, value, @default);
3 references to SwitchInfo
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (3)
436var info = new SwitchInfo(node, value, @default); 529private void EmitSwitchBuckets(SwitchInfo info, List<List<SwitchLabel>> buckets, int first, int last) 564private void EmitSwitchBucket(SwitchInfo info, List<SwitchLabel> bucket)