1 write to errorNumber
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Validation\ValidationError.cs (1)
31this.errorNumber = errorNumber;
2 references to errorNumber
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Validation\ValidationError.cs (2)
64return this.errorNumber; 86return String.Format(CultureInfo.InvariantCulture, "{0} {1}: {2}", this.isWarning ? "warning" : "error", this.errorNumber, this.errorText);