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