4 references to NoAllocEnumerate
NuGet.Build.Tasks.Console (4)
MSBuildStaticGraphRestore.cs (2)
1213foreach (IMSBuildProject innerBuild in innerBuilds.NoAllocEnumerate()) 1226foreach (var item in innerBuilds.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.