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