7 implementations of Name
Microsoft.Build (2)
BackEnd\BuildManager\BuildManager.cs (1)
385
string IBuildComponentHost.
Name
=> _hostName;
BackEnd\Node\OutOfProcNode.cs (1)
203
string IBuildComponentHost.
Name
=> "OutOfProc";
Microsoft.Build.Engine.UnitTests (5)
BackEnd\MockHost.cs (1)
155
public string
Name
BackEnd\NodeEndpointInProc_Tests.cs (1)
60
public string
Name
BackEnd\TargetBuilder_Tests.cs (1)
1820
public string
Name
BackEnd\TargetEntry_Tests.cs (1)
1291
public string
Name
BackEnd\TaskBuilder_Tests.cs (1)
1337
public string
Name
1 reference to Name
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
386
_inProcNodeThread.Name = $"In-proc Node ({_componentHost.
Name
})";