2 implementations of Name
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
386string IBuildComponentHost.Name => _hostName;
BackEnd\Node\OutOfProcNode.cs (1)
205string IBuildComponentHost.Name => "OutOfProc";
1 reference to Name
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
371nodeContext._inProcNodeThread.Name = $"In-proc Node {nodeId} ({_componentHost.Name})";