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