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)
514if (_assemblyList is not null && _index < _assemblyList.Count) 516AssemblyEntry entry = _assemblyList[_index];