2 writes to _assemblyList
Microsoft.Build.Tasks.Core (2)
RedistList.cs (2)
499
_assemblyList
= assemblyList ?? throw new ArgumentNullException(nameof(assemblyList));
506
_assemblyList
= null;
3 references to _assemblyList
Microsoft.Build.Tasks.Core (3)
RedistList.cs (3)
513
if (
_assemblyList
is not null && _index <
_assemblyList
.Count)
515
AssemblyEntry entry =
_assemblyList
[_index];