4 references to List
Microsoft.Build.Tasks.Core (4)
FindInList.cs (4)
30
ArgumentNullException.ThrowIfNull(_list, nameof(
List
));
75
foreach (ITaskItem item in
List
)
86
for (int i =
List
.Length - 1; i >= 0; i--)
88
if (IsMatchingItem(comparison,
List
[i]))