2 references to ArrayDictionary
Microsoft.Build (2)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
413
var dictionary = new
ArrayDictionary
<EvaluationLocation, ProfiledLocation>(count);
Collections\ArrayDictionary.cs (1)
35
return new
ArrayDictionary
<TKey, TValue>(capacity);