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