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