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