5 references to ErrorCode
Microsoft.Build (3)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
166invalidProjectFileException.ErrorCode,
Errors\InvalidProjectFileException.cs (1)
74: this(innerException.ProjectFile ?? "MSBUILD", innerException.LineNumber, innerException.ColumnNumber, innerException.EndLineNumber, innerException.EndColumnNumber, message, innerException.ErrorSubcategory, innerException.ErrorCode, innerException.HelpKeyword)
Graph\GraphBuilder.cs (1)
574ex.ErrorCode,
MSBuild (1)
XMake.cs (1)
1098Console.WriteLine($"MSBUILD : error {ex.ErrorCode}: {ex.Message}");
NuGet.Build.Tasks.Console (1)
MSBuildStaticGraphRestore.cs (1)
1447invalidProjectFileException.ErrorCode,