1 write to _dictionary
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableEnumerableDebuggerProxy.cs (1)
38_dictionary = dictionary;
2 references to _dictionary
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableEnumerableDebuggerProxy.cs (2)
46??= _dictionary.Select(kv => new DebugViewDictionaryItem<TKey, TValue>(kv)).ToArray(_dictionary.Count);