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