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