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