4 references to NodeConfiguration
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (1)
388case NodePacketType.NodeConfiguration:
BackEnd\Node\NodeConfiguration.cs (1)
148{ return NodePacketType.NodeConfiguration; }
BackEnd\Node\OutOfProcNode.cs (2)
181(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.NodeConfiguration, NodeConfiguration.FactoryForDeserialization, this); 638case NodePacketType.NodeConfiguration: