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