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