5 references to SendData
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
127context.SendData(configurationFactory(nodeInfo));
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (3)
100context.SendData(packet); 136nodeContext.SendData(new NodeBuildComplete(reuseThisNode)); 194nodeContext.SendData(new NodeBuildComplete(false /* no node reuse */));
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
621context.SendData(configuration);