5 references to _list
Microsoft.Build.Tasks.Core (5)
BootstrapperUtil\ProductCollection.cs (5)
32
_list
.Add(product);
48
return
_list
[index];
65
public int Count =>
_list
.Count;
69
_list
.Clear();
79
return
_list
.GetEnumerator();