1 write to IsVariable
Microsoft.ML.Transforms (1)
Expression\LambdaBinder.cs (1)
1228
IsVariable
= isVar;
9 references to IsVariable
Microsoft.ML.Transforms (9)
Expression\LambdaBinder.cs (9)
1137
if (!
IsVariable
)
1236
Contracts.Assert(kinds.Length == Kinds.Length ||
IsVariable
&& kinds.Length >= Kinds.Length - 1);
1239
int head =
IsVariable
? Kinds.Length - 1 : Kinds.Length;
1247
if (
IsVariable
)
1270
if (
IsVariable
)
1272
if (!other.
IsVariable
)
1277
else if (other.
IsVariable
)
1422
_host.Assert(!best.
IsVariable
);
1439
if (best.
IsVariable
)