8 references to NoAllocEnumerate
NuGet.DependencyResolver.Core (8)
Remote\RemoteDependencyWalker.cs (1)
264
foreach (var runtimeDependency in runtimeGraph.FindRuntimeDependencies(runtimeName, libraryRange.Name).
NoAllocEnumerate
())
Remote\RemoteWalkContext.cs (1)
106
foreach (LibraryRangeCacheKey key in FindLibraryEntryCache.Keys.
NoAllocEnumerate
())
src\nuget-client\build\Shared\HashCodeCombiner.cs (4)
89
foreach (var item in sequence.
NoAllocEnumerate
())
136
foreach (var item in list.
NoAllocEnumerate
())
153
foreach (var item in list.
NoAllocEnumerate
())
173
foreach (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.