4 references to NodeBuildComplete
Microsoft.Build (4)
BackEnd\Client\MSBuildClient.cs (1)
483
return TrySendPacket(() => new
NodeBuildComplete
(false /* no node reuse */));
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
175
nodeContext._inProcNodeEndpoint.SendData(new
NodeBuildComplete
(enableReuse));
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
136
nodeContext.SendData(new
NodeBuildComplete
(reuseThisNode));
194
nodeContext.SendData(new
NodeBuildComplete
(false /* no node reuse */));