4 writes to _index
Microsoft.Build.Tasks.Core (4)
RedistList.cs (4)
502_index = simpleNameMap.TryGetValue(simpleName, out int index) ? index : int.MaxValue; 509_index = int.MaxValue; 521_index = int.MaxValue; 526_index += 1;
2 references to _index
Microsoft.Build.Tasks.Core (2)
RedistList.cs (2)
514if (_assemblyList is not null && _index < _assemblyList.Count) 516AssemblyEntry entry = _assemblyList[_index];