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