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