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