1 write to _dictionary
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\NoAllocEnumerateExtensions.cs (1)
330internal OptimisticallyNonAllocatingDictionaryEnumerable(IDictionary<TKey, TValue> dictionary) => _dictionary = dictionary;
1 reference to _dictionary
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\NoAllocEnumerateExtensions.cs (1)
332public Enumerator GetEnumerator() => new(_dictionary);