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)
169
if (
_entry
._storage is null)
173
else if (
_entry
._storage is GraphItem<TItem>)
180
_setEnumerator = ((HashSet<GraphItem<TItem>>)
_entry
._storage).GetEnumerator();
197
_current = (GraphItem<TItem>)
_entry
._storage!;