2 references to SwitchCase
System.Core (2)
Microsoft\Scripting\Ast\SwitchCase.cs (2)
76
return Expression.
SwitchCase
(body, testValues);
88
return
SwitchCase
(body, (IEnumerable<Expression>)testValues);