7 references to NoAllocEnumerate
NuGet.CommandLine.XPlat (7)
Commands\Why\WhyCommandRunner.cs (1)
109
foreach (string projectPath in projectPaths.
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.