2 references to FindBestMethod
System.Data.Services (2)
System\Data\Services\Parsing\RequestQueryParser.cs (2)
2347
int count = this.
FindBestMethod
(members.Cast<MethodBase>(), args, out method);
2425
return this.
FindBestMethod
(methods, args, out method);