3 references to NoAllocEnumerate
NuGet.PackageManagement (3)
src\nuget-client\build\Shared\HashCodeCombiner.cs (1)
111foreach (var item in list.NoAllocEnumerate())
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
50/// Do not use this type directly. Use <see cref="NoAllocEnumerate{T}(IList{T})"/> instead. 64/// Do not use this type directly. Use <see cref="NoAllocEnumerate{T}(IList{T})"/> instead.