1 implementation of ReportConfigurationResponse
Microsoft.Build (1)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
556public void ReportConfigurationResponse(BuildRequestConfigurationResponse response)
2 references to ReportConfigurationResponse
Microsoft.Build (2)
BackEnd\Node\InProcNode.cs (1)
458_buildRequestEngine.ReportConfigurationResponse(response);
BackEnd\Node\OutOfProcNode.cs (1)
686_buildRequestEngine.ReportConfigurationResponse(response);