1 assignment to MSBuild item _ReadyToRunCompileList
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (1)
427<Output TaskParameter="ReadyToRunCompileList" ItemName="_ReadyToRunCompileList" />
7 usages of MSBuild item _ReadyToRunCompileList
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets (5)
348<R2RTelemetry Include="CompileListCount" Value="@(_ReadyToRunCompileList->Count())" /> 365<ResolvedFileToPublish Remove="@(_ReadyToRunCompileList)" /> 464Inputs="$(MSBuildAllProjects);@(_ReadyToRunCompileList);@(_ReadyToRunCompositeBuildInput);@(_ReadyToRunPgoFiles)" 474CompilationEntry="@(_ReadyToRunCompileList)" 490Include="@(_ReadyToRunCompileList)" />
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (2)
4668<_ManifestManagedReferences Remove="@(_ReadyToRunCompileList)" /> 4669<_ClickOnceFiles Remove="@(_ReadyToRunCompileList)" />