1 instantiation of Candidate
Microsoft.ML.Transforms (1)
Expression\LambdaBinder.cs (1)
1215
cand = new
Candidate
(provider, meth, kinds, kindRet, isVar);
15 references to Candidate
Microsoft.ML.Transforms (15)
Expression\LambdaBinder.cs (15)
1153
public static bool TryGetCandidate(CallNode node, IFunctionProvider provider, MethodInfo meth, Action<string> printError, out
Candidate
cand)
1155
cand = default(
Candidate
);
1266
public int CompareSignatures(
Candidate
other)
1305
var candidates = new List<
Candidate
>();
1317
Candidate
cand;
1318
if (!
Candidate
.TryGetCandidate(node, prov, meth, _printError, out cand))
1379
var
cand = candidates[i];
1396
Candidate
best;
1550
private
Candidate
GetBestOverload(CallNode node, List<
Candidate
> candidates)
1554
var
dup1 = default(
Candidate
);
1555
var
dup2 = default(
Candidate
);
1558
var
c1 = candidates[i];