4 references to SqlMethodCall
System.Data.Linq (4)
SqlClient\Common\SqlFactory.cs (2)
522return new SqlMethodCall(method.ReturnType, this.Default(method.ReturnType), method, obj, args, sourceExpression); 526return new SqlMethodCall(returnType, this.Default(returnType), method, obj, args, sourceExpression);
SqlClient\Query\SqlDuplicator.cs (1)
410return new SqlMethodCall(mc.ClrType, mc.SqlType, mc.Method, this.VisitExpression(mc.Object), args, mc.SourceExpression);
SqlClient\Reader\ObjectReaderCompiler.cs (1)
888return this.GenerateMethodCall(new SqlMethodCall(m.ClrType, m.SqlType, pi.GetGetMethod(), m.Expression, null, m.SourceExpression));