1 write to ErrorCode
Microsoft.Build (1)
BackEnd\Components\Communications\NodeFailedToLaunchException.cs (1)
47
ErrorCode
= errorCode;
2 references to ErrorCode
Microsoft.Build (2)
BackEnd\Components\Communications\NodeFailedToLaunchException.cs (1)
96
info.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);