3 references to SwitchCase
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\LambdaCompiler.Statements.cs (1)
684cases.UncheckedAdd(Expression.SwitchCase(node.Cases[i].Body, new TrueReadOnlyCollection<Expression>(Utils.Constant(i))));
System\Linq\Expressions\SwitchCase.cs (2)
60return Expression.SwitchCase(body, testValues!); 74return SwitchCase(body, (IEnumerable<Expression>)testValues);