11 references to _list
Microsoft.Build.Tasks.Core (11)
ManifestUtil\AssemblyReferenceCollection.cs (11)
27
_list
.AddRange(array);
35
public AssemblyReference this[int index] =>
_list
[index];
54
_list
.Add(assembly);
63
_list
.Clear();
69
public int Count =>
_list
.Count;
82
foreach (AssemblyReference a in
_list
)
107
foreach (AssemblyReference a in
_list
)
159
foreach (AssemblyReference a in
_list
)
175
return
_list
.GetEnumerator();
184
_list
.Remove(assemblyReference);
189
return
_list
.ToArray();