2 instantiations of DebugViewDictionaryItem
System.Collections.Immutable (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (1)
27items[i] = new DebugViewDictionaryItem<TKey, TValue>(keyValuePairs[i]);
System\Collections\Immutable\ImmutableEnumerableDebuggerProxy.cs (1)
50??= _dictionary.Select(kv => new DebugViewDictionaryItem<TKey, TValue>(kv)).ToArray(_dictionary.Count);
4 references to DebugViewDictionaryItem
System.Collections.Immutable (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (2)
18public DebugViewDictionaryItem<TKey, TValue>[] Items 24var items = new DebugViewDictionaryItem<TKey, TValue>[keyValuePairs.Length];
System\Collections\Immutable\ImmutableEnumerableDebuggerProxy.cs (2)
33private DebugViewDictionaryItem<TKey, TValue>[]? _cachedContents; 49public DebugViewDictionaryItem<TKey, TValue>[] Contents => _cachedContents