3 references to
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\ArraySingleObject.cs (1)
23: base(new ArrayInfo(objectId, arrayObjects.Count), arrayObjects)
System\Private\Windows\Core\BinaryFormat\ArraySinglePrimitive.cs (1)
29: base(new ArrayInfo(objectId, arrayObjects.Count), arrayObjects)
System\Private\Windows\Core\BinaryFormat\ArraySingleString.cs (1)
23: base(new ArrayInfo(objectId, arrayObjects.Count), new StringListAdapter(arrayObjects, recordMap))