2 writes to incrementLineAndColumn
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerError.cs (2)
57
this.
incrementLineAndColumn
= true;
70
this.
incrementLineAndColumn
= true;
2 references to incrementLineAndColumn
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerError.cs (2)
101
return 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 });