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