1 write to _dict
Microsoft.CodeAnalysis.Collections.Package (1)
Internal\IDictionaryDebugView`2.cs (1)
26_dict = dictionary ?? throw new ArgumentNullException(nameof(dictionary));
2 references to _dict
Microsoft.CodeAnalysis.Collections.Package (2)
Internal\IDictionaryDebugView`2.cs (2)
34var items = new KeyValuePair<K, V>[_dict.Count]; 35_dict.CopyTo(items, 0);