53 references to Call
System.Core (9)
Microsoft\Scripting\Actions\CallSite.cs (9)
404Expression.Call( 449var onMatch = Expression.Call( 489Expression.Assign(applicable, Expression.Call(typeof(CallSiteOps), "GetRules", typeArgs, @this)), 538Expression.Call(typeof(CallSiteOps), "GetRuleCache", typeArgs, @this) 547Expression.Call(typeof(CallSiteOps), "GetCachedRules", typeArgs, cache) 605Expression.Call(typeof(CallSiteOps), "AddRule", typeArgs, @this, rule), 606Expression.Call(typeof(CallSiteOps), "MoveRule", typeArgs, cache, rule, index) 684Expression.Call( 699Expression.Call(typeof(CallSiteOps), "AddRule", typeArgs, @this, rule)
System.Data.Linq (24)
ChangeDirector.cs (11)
239return Expression.Call(typeof(DataManipulation), "Insert", new Type[] { item.Type.InheritanceRoot.Type, resultSelector.Body.Type }, Expression.Constant(item.Current), resultSelector); 242return Expression.Call(typeof(DataManipulation), "Insert", new Type[] { item.Type.InheritanceRoot.Type }, Expression.Constant(item.Current)); 336return Expression.Call(typeof(DataManipulation), "Update", new Type[] { rowTypeRoot.Type, resultSelector.Body.Type }, Expression.Constant(tracked.Current), check, resultSelector); 339return Expression.Call(typeof(DataManipulation), "Update", new Type[] { rowTypeRoot.Type, resultSelector.Body.Type }, Expression.Constant(tracked.Current), resultSelector); 343return Expression.Call(typeof(DataManipulation), "Update", new Type[] { rowTypeRoot.Type }, Expression.Constant(tracked.Current), check); 346return Expression.Call(typeof(DataManipulation), "Update", new Type[] { rowTypeRoot.Type }, Expression.Constant(tracked.Current)); 391return Expression.Call(typeof(DataManipulation), "Delete", new Type[] { rowTypeRoot.Type }, Expression.Constant(original), check); 394return Expression.Call(typeof(DataManipulation), "Delete", new Type[] { rowTypeRoot.Type }, Expression.Constant(original)); 403Expression where = Expression.Call(typeof(Queryable), "Where", new Type[] { table.ElementType }, table.Expression, pred); 405Expression select = Expression.Call(typeof(Queryable), "Select", new Type[] { table.ElementType, typeof(int?) }, where, selector); 406Expression singleOrDefault = Expression.Call(typeof(Queryable), "SingleOrDefault", new Type[] { typeof(int?) }, select);
DataServices.cs (5)
228return Expression.Call(typeof(Queryable), "Where", new Type[] { table.ElementType }, table.Expression, Expression.Lambda(whereExpression, serverItem)); 241thisSource = Expression.Call(typeof(Enumerable), "Cast", new Type[] { association.ThisMember.DeclaringType.Type }, thisSource); 243Expression thisInstance = Expression.Call(typeof(Enumerable), "FirstOrDefault", new Type[] { association.ThisMember.DeclaringType.Type }, 248otherSource = Expression.Call(typeof(Enumerable), "Cast", new Type[] { association.OtherType.Type }, otherSource); 266return Expression.Call(typeof(Queryable), "Select", new Type[] { elementType, selector.Body.Type }, query, selector);
SqlClient\Query\QueryConverter.cs (5)
597return this.Visit(Expression.Call( 2578seq = Expression.Call(typeof(Enumerable), "Where", new Type[] { rowType }, seq, findPredicate); 2616seq = Expression.Call(typeof(Enumerable), "Where", new Type[] { rowType }, seq, idPredicate); 2617seq = Expression.Call(typeof(Enumerable), "Select", new Type[] { rowType, resultSelector.Body.Type }, seq, resultSelector); 2657Expression seq = Expression.Call(typeof(Enumerable), "Where", new Type[] { rowType }, source, findPredicate);
SqlClient\Query\SqlMethodCallConverter.cs (1)
2487Expression.Call(typeof(SqlHelpers), "TranslateVBLikePattern", Type.EmptyTypes, cp.Accessor.Body, Expression.Constant('~')),
SqlClient\Query\Translator.cs (2)
183Expression sequenceExpression = Expression.Call(typeof(Enumerable), "Where", new Type[] {p.Type}, source, Expression.Lambda(whereExpression, p)); 232return Expression.Call(typeof(Enumerable), "Count", new Type[] {TypeSystem.GetElementType(exp.Type)}, exp);
System.Data.Services (4)
System\Data\Services\Parsing\RequestQueryParser.cs (2)
54queryExpr = Expression.Call( 85Expression.Call(typeof(Queryable), "Where", new Type[] { source.ElementType }, source.Expression, Expression.Quote(lambda)));
System\Data\Services\Providers\BasicExpandProvider.cs (2)
1754expression = Expression.Call( 1765return Expression.Call(
System.Web (1)
UI\WebControls\QueryExtensions.cs (1)
50Expression methodCallExpression = Expression.Call(typeof(Queryable), methodName,
System.Web.DynamicData (3)
DynamicData\MetaTable.cs (1)
730Expression ofTypeExpression = Expression.Call(typeof(Queryable), "OfType", new[] { EntityType }, query.Expression);
DynamicData\QueryableFilterUserControl.cs (1)
156MethodCallExpression whereCall = Expression.Call(typeof(Queryable), "Where", new Type[] { source.ElementType }, source.Expression, Expression.Quote(lambda));
DynamicData\Util\Misc.cs (1)
250var expression = Expression.Call(typeof(Queryable), ordering, new Type[] { query.ElementType, lambda.Body.Type }, query.Expression, lambda);
System.Web.Entity (1)
System\Data\WebControls\OrderByBuilder.cs (1)
202expression = Expression.Call(typeof(Queryable), methodName, new Type[] { source.ElementType, memberExpression.Type },
System.Web.Extensions (11)
UI\WebControls\Dynamic.cs (9)
34Expression.Call( 45Expression.Call( 66queryExpr = Expression.Call( 79Expression.Call( 88Expression.Call( 101Expression.Call( 110Expression.Call( 118Expression.Call( 1250return Expression.Call(typeof(Enumerable), signature.Name, typeArgs, args);
UI\WebControls\Expressions\ExpressionHelper.cs (2)
60Expression.Call( 71Expression.Call(