4 references to NodeConfiguration
Microsoft.Build (4)
BackEnd\Node\InProcNode.cs (1)
398case NodePacketType.NodeConfiguration:
BackEnd\Node\NodeConfiguration.cs (1)
147{ return NodePacketType.NodeConfiguration; }
BackEnd\Node\OutOfProcNode.cs (2)
183(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.NodeConfiguration, NodeConfiguration.FactoryForDeserialization, this); 650case NodePacketType.NodeConfiguration: