8 references to Call
System.Activities (1)
System\Activities\Expressions\OperatorPermissionHelper.cs (1)
43Expression demandExpression = Expression.Call(Expression.Constant(reflectionMemberAccessPermission), "Demand", null, null);
System.Core (4)
Microsoft\Scripting\Ast\BinaryExpression.cs (3)
430Call(opTrueFalse, Call(left, "GetValueOrDefault", null)), 440Call(left, "GetValueOrDefault", null), 441Call(right, "GetValueOrDefault", null)
Microsoft\Scripting\Compiler\LambdaCompiler.Statements.cs (1)
648Expression.Call(dictInit, "TryGetValue", null, switchValue, switchIndex),
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
42return Expression.Call(exp, methodName, Type.EmptyTypes);
System.Web.Extensions (2)
UI\WebControls\Expressions\SearchExpression.cs (2)
84return Expression.Call(property, SearchType.ToString(), Type.EmptyTypes, Expression.Constant(query, property.Type)); 86return Expression.Call(property, SearchType.ToString(), Type.EmptyTypes, Expression.Constant(query, property.Type), Expression.Constant(ComparisonType));