1 instantiation of OptimisticallyNonAllocatingDictionaryEnumerable
NuGet.Configuration (1)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (1)
326
return
new
(dictionary);
1 reference to OptimisticallyNonAllocatingDictionaryEnumerable
NuGet.Configuration (1)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (1)
321
public static
OptimisticallyNonAllocatingDictionaryEnumerable
<TKey, TValue> NoAllocEnumerate<TKey, TValue>(this IDictionary<TKey, TValue> dictionary)