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