1 write to ErrorCode
Microsoft.Build (1)
BackEnd\Components\Communications\NodeFailedToLaunchException.cs (1)
47ErrorCode = errorCode;
2 references to ErrorCode
Microsoft.Build (2)
BackEnd\Components\Communications\NodeFailedToLaunchException.cs (1)
96info.AddValue("ErrorCode", ErrorCode);
Instance\TaskFactories\TaskHostTask.cs (1)
583_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch", _taskType.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);