2 writes to _rangeIndices
NuGet.Commands (2)
RestoreCommand\DependencyGraphResolver.ResolvedDependencyGraphItem.cs (2)
64
_rangeIndices
= Array.Empty<LibraryRangeIndex>();
70
_rangeIndices
= new LibraryRangeIndex[dependencyCount];
3 references to _rangeIndices
NuGet.Commands (3)
RestoreCommand\DependencyGraphResolver.ResolvedDependencyGraphItem.cs (3)
77
_rangeIndices
[i] = indexingTable.Index(dependency.LibraryRange);
144
return
_rangeIndices
[position];
154
_rangeIndices
[position] = libraryRangeIndex;