1 write to _collection
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\IDictionaryDebugView`2.cs (1)
47_collection = collection ?? throw new ArgumentNullException(nameof(collection));
2 references to _collection
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\IDictionaryDebugView`2.cs (2)
55var items = new TKey[_collection.Count]; 56_collection.CopyTo(items, 0);