2 references to SwitchCase
System.Core (2)
Microsoft\Scripting\Ast\SwitchCase.cs (1)
104
return new
SwitchCase
(body, values);
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
815
@case = new
SwitchCase
(body.Node, testValues);