1 assignment to MSBuild item _ReadyToRunCompileList
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (1)
431<Output TaskParameter="ReadyToRunCompileList" ItemName="_ReadyToRunCompileList" />
7 usages of MSBuild item _ReadyToRunCompileList
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (5)
353<R2RTelemetry Include="CompileListCount" Value="@(_ReadyToRunCompileList->Count())" /> 370<ResolvedFileToPublish Remove="@(_ReadyToRunCompileList)" /> 467Inputs="$(MSBuildAllProjects);@(_ReadyToRunCompileList);@(_ReadyToRunCompositeBuildInput);@(_ReadyToRunPgoFiles)" 477CompilationEntry="@(_ReadyToRunCompileList)" 492Include="@(_ReadyToRunCompileList)" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
4609<_ManifestManagedReferences Remove="@(_ReadyToRunCompileList)" /> 4610<_ClickOnceFiles Remove="@(_ReadyToRunCompileList)" />