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