2 instantiations of DebugViewDictionaryItem
System.Collections.Immutable (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\IDictionaryDebugView.cs (1)
27
items[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)
18
public
DebugViewDictionaryItem
<TKey, TValue>[] Items
24
var items = new
DebugViewDictionaryItem
<TKey, TValue>[keyValuePairs.Length];
System\Collections\Immutable\ImmutableEnumerableDebuggerProxy.cs (2)
33
private
DebugViewDictionaryItem
<TKey, TValue>[]? _cachedContents;
49
public
DebugViewDictionaryItem
<TKey, TValue>[] Contents => _cachedContents