4 references to NodeBuildComplete
Microsoft.Build (4)
BackEnd\Client\MSBuildClient.cs (1)
498
return 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)
127
nodeContext.SendData(new
NodeBuildComplete
(enableReuse));
177
nodeContext.SendData(new
NodeBuildComplete
(false /* no node reuse */));