3 writes to _errors
Microsoft.ML.Transforms (3)
Expression\LambdaBinder.cs (3)
59binder._errors = errors; 100Utils.Add(ref _errors, new Error(node.Token, msg)); 105Utils.Add(ref _errors, new Error(node.Token, string.Format(msg, args)));
2 references to _errors
Microsoft.ML.Transforms (2)
Expression\LambdaBinder.cs (2)
90errors = binder._errors; 95get { return Utils.Size(_errors) > 0; }