1 write to _assemblyList
Microsoft.Build.Tasks.Core (1)
RedistList.cs (1)
114_assemblyList = new ReadOnlyCollection<AssemblyEntry>(assemblyList);
10 references to _assemblyList
Microsoft.Build.Tasks.Core (10)
RedistList.cs (10)
142internal int Count => _assemblyList.Count; 392var highestVersionInRedist = new AssemblyNameExtension(_assemblyList[index].FullName); 393for (int i = index; i < _assemblyList.Count; ++i) 395AssemblyEntry entry = _assemblyList[i]; 440for (int i = index; i < _assemblyList.Count; ++i) 442AssemblyEntry entry = _assemblyList[i]; 490for (int i = index; i < _assemblyList.Count; ++i) 492AssemblyEntry entry = _assemblyList[i]; 526if (_assemblyList.Count == 0) 596foreach (AssemblyEntry entry in _assemblyList)