1 write to _types
Microsoft.ML.Transforms (1)
Expression\LambdaParser.cs (1)
172
_types
= types;
5 references to _types
Microsoft.ML.Transforms (5)
Expression\LambdaParser.cs (5)
385
if (items.Count !=
_types
.Length)
386
PostError(tokFirst, "Wrong number of parameters, expected: {0}",
_types
.Length);
413
if (index <
_types
.Length)
415
type =
_types
[index];
429
PostError(tok, "Too many parameters, expected {0}",
_types
.Length);