1 write to _dict
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\IDictionaryDebugView`2.cs (1)
26
_dict
= dictionary ?? throw new ArgumentNullException(nameof(dictionary));
2 references to _dict
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\IDictionaryDebugView`2.cs (2)
34
var items = new KeyValuePair<K, V>[
_dict
.Count];
35
_dict
.CopyTo(items, 0);