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