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