1 implementation of ReportConfigurationResponse
Microsoft.Build (1)
BackEnd\Components\BuildRequestEngine\BuildRequestEngine.cs (1)
499
public void
ReportConfigurationResponse
(BuildRequestConfigurationResponse response)
3 references to ReportConfigurationResponse
Microsoft.Build (2)
BackEnd\Node\InProcNode.cs (1)
454
_buildRequestEngine.
ReportConfigurationResponse
(response);
BackEnd\Node\OutOfProcNode.cs (1)
681
_buildRequestEngine.
ReportConfigurationResponse
(response);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\BuildRequestEngine_Tests.cs (1)
479
_engine.
ReportConfigurationResponse
(response);