1 write to _collection
Microsoft.Build.Framework (1)
IDictionaryDebugView`2.cs (1)
45_collection = collection ?? throw new ArgumentNullException(nameof(collection));
2 references to _collection
Microsoft.Build.Framework (2)
IDictionaryDebugView`2.cs (2)
53var items = new TKey[_collection.Count]; 54_collection.CopyTo(items, 0);