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