3 references to Create
Microsoft.Build (3)
BackEnd\Components\Communications\LogMessagePacket.cs (1)
390
var list = ArrayDictionary<string, string>.
Create
(count);
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
54
TaskParameterEventArgs.DictionaryFactory = ArrayDictionary<string, string>.
Create
;
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
492
var dictionary = ArrayDictionary<string, string>.
Create
(list.Length);