1 write to _hostName
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
291
_hostName
= hostName;
2 references to _hostName
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (2)
378
string IBuildComponentHost.Name =>
_hostName
;
667
var binlogPath = DebugUtils.FindNextAvailableDebugFilePath($"{DebugUtils.ProcessInfoString}_BuildManager_{
_hostName
}.binlog");