1 write to _hashSetEnumerator
NuGet.Configuration (1)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (1)
222
_hashSetEnumerator
= hashSet.GetEnumerator();
3 references to _hashSetEnumerator
NuGet.Configuration (3)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (3)
244
EnumeratorKind.HashSet =>
_hashSetEnumerator
.Current,
257
EnumeratorKind.HashSet =>
_hashSetEnumerator
.MoveNext(),
272
_hashSetEnumerator
.Dispose();