3 writes to errors
System.Activities (3)
System\Activities\ExpressionParser\SourceExpressionException.cs (3)
38this.errors = new CompilerError[errors.Count]; 50this.errors = new CompilerError[length]; 69this.errors = new CompilerError[0];
8 references to errors
System.Activities (8)
System\Activities\ExpressionParser\SourceExpressionException.cs (8)
39errors.CopyTo(this.errors, 0); 59this.errors[i] = new CompilerError(fileName, line, column, errorNumber, errorText); 67if (this.errors == null) 71return this.errors; 83if (this.errors == null) 89info.AddValue("count", this.errors.Length); 90for (int i = 0; i < this.errors.Length; ++i) 92CompilerError error = this.errors[i];