1 write to _collection
Microsoft.Build (1)
ICollectionDebugView`1.cs (1)
25_collection = collection ?? throw new ArgumentNullException(nameof(collection));
2 references to _collection
Microsoft.Build (2)
ICollectionDebugView`1.cs (2)
33var items = new T[_collection.Count]; 34_collection.CopyTo(items, 0);