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