2 references to GetMethodCall
System.Data.Linq (2)
DataContext.cs (2)
778
return this.provider.Execute(this.
GetMethodCall
(instance, methodInfo, parameters));
804
return new DataQuery<TResult>(this, this.
GetMethodCall
(instance, methodInfo, parameters));