5 references to SendData
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
123context.SendData(configurationFactory(nodeInfo));
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (3)
99context.SendData(packet); 127nodeContext.SendData(new NodeBuildComplete(enableReuse)); 177nodeContext.SendData(new NodeBuildComplete(false /* no node reuse */));
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
507context.SendData(configuration);