2 references to GenerateMethodCall
System.Data.Linq (2)
SqlClient\Reader\ObjectReaderCompiler.cs (2)
768return this.GenerateMethodCall((SqlMethodCall)node); 888return this.GenerateMethodCall(new SqlMethodCall(m.ClrType, m.SqlType, pi.GetGetMethod(), m.Expression, null, m.SourceExpression));