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