1 write to _collection
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Internal\IDictionaryDebugView`2.cs (1)
45_collection = collection ?? throw new ArgumentNullException(nameof(collection));
2 references to _collection
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\Internal\IDictionaryDebugView`2.cs (2)
53var items = new TKey[_collection.Count]; 54_collection.CopyTo(items, 0);