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)
34
var items = new KeyValuePair<K, V>[
_dict
.Count];
35
_dict
.CopyTo(items, 0);