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