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