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