7 implementations of Name
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
390string IBuildComponentHost.Name => _hostName;
BackEnd\Node\OutOfProcNode.cs (1)
201string IBuildComponentHost.Name => "OutOfProc";
Microsoft.Build.Engine.UnitTests (5)
BackEnd\MockHost.cs (1)
149public string Name
BackEnd\NodeEndpointInProc_Tests.cs (1)
61public string Name
BackEnd\TargetBuilder_Tests.cs (1)
1788public string Name
BackEnd\TargetEntry_Tests.cs (1)
1289public string Name
BackEnd\TaskBuilder_Tests.cs (1)
1326public string Name
1 reference to Name
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
385_inProcNodeThread.Name = String.Format(CultureInfo.CurrentCulture, "In-proc Node ({0})", _componentHost.Name);