Implemented interface member:
property
Items
Microsoft.Build.Execution.ITargetResult.Items
9 references to Items
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\TaskHost.cs (3)
1273ITaskItem[] clonedTaskItem = new ITaskItem[resultEntry.Value.Items.Length]; 1274for (int j = 0; j < resultEntry.Value.Items.Length; j++) 1276clonedTaskItem[j] = ((TaskItem)resultEntry.Value.Items[j]).DeepClone();
Microsoft.DotNet.HotReload.Watch (3)
HotReload\HotReloadDotNetWatcher.cs (3)
723foreach (var item in result.TargetResults[TargetName].Items) 1226var devices = new List<DeviceInfo>(targetResult.Items.Length); 1227foreach (var item in targetResult.Items)
MSBuild (1)
JsonOutputFormatter.cs (1)
97foreach (ITaskItem item in targetResult.Items)
NuGet.CommandLine.XPlat (2)
Utility\MSBuildAPIUtility.cs (2)
950var referenceItems = matchingTargetOutputReference.Value.Items; 951var versionItems = matchingTargetOutputVersion.Value.Items;