7 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";
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)
1825
public string
Name
BackEnd\TargetEntry_Tests.cs (1)
1188
public string
Name
BackEnd\TaskBuilder_Tests.cs (1)
1278
public string
Name
1 reference to Name
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
385
nodeContext._inProcNodeThread.Name = $"In-proc Node {nodeId} ({_componentHost.
Name
})";