1 write to _setEnumerator
NuGet.DependencyResolver.Core (1)
GraphModel\Tracker.cs (1)
180
_setEnumerator
= ((HashSet<GraphItem<TItem>>)_entry._storage).GetEnumerator();
4 references to _setEnumerator
NuGet.DependencyResolver.Core (4)
GraphModel\Tracker.cs (4)
203
bool result =
_setEnumerator
.MoveNext();
204
_current =
_setEnumerator
.Current;
214
_setEnumerator
.Dispose();
226
((IEnumerator)
_setEnumerator
).Reset();