4 writes to _index
Microsoft.Build.Tasks.Core (4)
RedistList.cs (4)
501_index = simpleNameMap.TryGetValue(simpleName, out int index) ? index : int.MaxValue; 508_index = int.MaxValue; 520_index = int.MaxValue; 525_index += 1;
2 references to _index
Microsoft.Build.Tasks.Core (2)
RedistList.cs (2)
513if (_assemblyList is not null && _index < _assemblyList.Count) 515AssemblyEntry entry = _assemblyList[_index];