2 references to NewCollection
System.Data.Entity (2)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
2184DbExpression left = DbExpressionBuilder.NewCollection(new DbExpression[] { 1 });
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2295DbNewInstanceExpression collectionExpr = DbExpressionBuilder.NewCollection(new [] { DbExpressionBuilder.Constant(1) });