11 references to NoAllocEnumerate
NuGet.Protocol (11)
LocalRepositories\LocalPackageSearchResource.cs (1)
122foreach (PackageType type in packageTypes.NoAllocEnumerate())
Resources\AutoCompleteResourceV3.cs (2)
182foreach (RegistrationLeafItem item in items.NoAllocEnumerate()) 204foreach (JObject package in packages.NoAllocEnumerate())
Resources\MetadataResourceV3.cs (1)
164foreach (RegistrationLeafItem item in items.NoAllocEnumerate())
Resources\RegistrationResourceV3.cs (1)
198foreach (RegistrationPage page in ranges.NoAllocEnumerate())
src\nuget-client\build\Shared\HashCodeCombiner.cs (4)
89foreach (var item in sequence.NoAllocEnumerate()) 136foreach (var item in list.NoAllocEnumerate()) 153foreach (var item in list.NoAllocEnumerate()) 173foreach (var pair in dictionary.NoAllocEnumerate())
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
180/// Do not use this type directly. Use <see cref="NoAllocEnumerate{T}(IEnumerable{T})"/> instead. 194/// Do not use this type directly. Use <see cref="NoAllocEnumerate{T}(IEnumerable{T})"/> instead.