1 write to _entry
NuGet.DependencyResolver.Core (1)
GraphModel\Tracker.cs (1)
165_entry = entry;
4 references to _entry
NuGet.DependencyResolver.Core (4)
GraphModel\Tracker.cs (4)
169if (_entry._storage is null) 173else if (_entry._storage is GraphItem<TItem>) 180_setEnumerator = ((HashSet<GraphItem<TItem>>)_entry._storage).GetEnumerator(); 197_current = (GraphItem<TItem>)_entry._storage!;