7 implementations of Name
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
378
string IBuildComponentHost.
Name
=> _hostName;
BackEnd\Node\OutOfProcNode.cs (1)
201
string IBuildComponentHost.
Name
=> "OutOfProc";
Microsoft.Build.Engine.UnitTests (5)
BackEnd\MockHost.cs (1)
149
public string
Name
BackEnd\NodeEndpointInProc_Tests.cs (1)
61
public string
Name
BackEnd\TargetBuilder_Tests.cs (1)
1821
public string
Name
BackEnd\TargetEntry_Tests.cs (1)
1292
public string
Name
BackEnd\TaskBuilder_Tests.cs (1)
1338
public 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
);