7 references to BuildRequestConfigurationResponse
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (2)
598_nodeManager.RegisterPacketHandler(NodePacketType.BuildRequestConfigurationResponse, BuildRequestConfigurationResponse.FactoryForDeserialization, this); 2136_nodeManager?.UnregisterPacketHandler(NodePacketType.BuildRequestConfigurationResponse);
BackEnd\Components\BuildRequestEngine\BuildRequestConfigurationResponse.cs (1)
72public NodePacketType Type => NodePacketType.BuildRequestConfigurationResponse;
BackEnd\Node\InProcNode.cs (1)
380case NodePacketType.BuildRequestConfigurationResponse:
BackEnd\Node\OutOfProcNode.cs (2)
179(this as INodePacketFactory).RegisterPacketHandler(NodePacketType.BuildRequestConfigurationResponse, BuildRequestConfigurationResponse.FactoryForDeserialization, this); 626case NodePacketType.BuildRequestConfigurationResponse:
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildRequestConfigurationResponse_Tests.cs (1)
80Assert.Equal(NodePacketType.BuildRequestConfigurationResponse, response.Type);