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