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)
385if (items.Count != _types.Length) 386PostError(tokFirst, "Wrong number of parameters, expected: {0}", _types.Length); 413if (index < _types.Length) 415type = _types[index]; 429PostError(tok, "Too many parameters, expected {0}", _types.Length);