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)
3876
Condition="('$(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>
290
UseHostCompilerIfAvailable="$(
UseHostCompilerIfAvailable
)"
C\Users\cloudtest\.nuget\packages\microsoft.net.compilers.toolset\4.13.0-2.24556.10\tasks\net472\Microsoft.CSharp.Core.targets (1)
162
UseHostCompilerIfAvailable="$(
UseHostCompilerIfAvailable
)"