1 assignment to MSBuild property UseHostCompilerIfAvailable
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (1)
144<UseHostCompilerIfAvailable Condition=" '$(UseHostCompilerIfAvailable)' == ''">true</UseHostCompilerIfAvailable>
4 usages of MSBuild property UseHostCompilerIfAvailable
MSBuildFiles (4)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3876Condition="('$(BuildingInsideVisualStudio)' == 'true') and ('$(BuildingOutOfProcess)' != 'true') and (('$(BuildingProject)' == 'false') or ('$(UseHostCompilerIfAvailable)' == 'true'))">
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.CSharp.CurrentVersion.targets (2)
144<UseHostCompilerIfAvailable Condition=" '$(UseHostCompilerIfAvailable)' == ''">true</UseHostCompilerIfAvailable> 290UseHostCompilerIfAvailable="$(UseHostCompilerIfAvailable)"
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.12.0-3.24463.9\tasks\net472\Microsoft.CSharp.Core.targets (1)
162UseHostCompilerIfAvailable="$(UseHostCompilerIfAvailable)"