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