1 write to Column
System.CodeDom (1)
System\CodeDom\Compiler\CompilerError.cs (1)
15Column = column;
2 references to Column
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\XamlTaskFactory.cs (1)
179errorList.AppendFormat(Thread.CurrentThread.CurrentUICulture, "({0},{1}) {2}", error.Line, error.Column, error.ErrorText).AppendLine();
System.CodeDom (1)
System\CodeDom\Compiler\CompilerError.cs (1)
34string.Format(CultureInfo.InvariantCulture, "{0}({1},{2}) : {3} {4}: {5}", FileName, Line, Column, WarningString, ErrorNumber, ErrorText) :