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)
53
var items = new TKey[
_collection
.Count];
54
_collection
.CopyTo(items, 0);