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