2 references to SwitchCase
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\StackSpiller.cs (1)
922
@case = new
SwitchCase
(body.Node, testValues);
System\Linq\Expressions\SwitchCase.cs (1)
91
return new
SwitchCase
(body, values);