9 writes to IsWarning
System (2)
System.Data.Entity.Design (1)
System.Data.SqlXml (1)
System.Web (1)
System.Workflow.ComponentModel (4)
21 references to IsWarning
System (4)
System.Activities (1)
System.Data.Entity.Design (1)
System.Data.SqlXml (2)
System.Web (5)
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\XomlCompilerError.cs (5)
68this.IsWarning = error.IsWarning;
99return string.Format(CultureInfo.CurrentCulture, "{0} : {1} {2}: {3}", new object[] { FileName, IsWarning ? "warning" : "error", ErrorNumber, ErrorText });
101return string.Format(CultureInfo.CurrentCulture, "{0}({1},{2}) : {3} {4}: {5}", new object[] { FileName, this.incrementLineAndColumn ? Line + 1 : Line, this.incrementLineAndColumn ? Column + 1 : Column, IsWarning ? "warning" : "error", ErrorNumber, ErrorText });
105return string.Format(CultureInfo.CurrentCulture, "{0} {1}: {2}", IsWarning ? "warning" : "error", ErrorNumber, ErrorText);
123return this.IsWarning;
System.Xml (2)