3 instantiations of ArrayInfo
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\Serializer\ArraySingleObject.cs (1)
23
: base(new
ArrayInfo
(objectId, arrayObjects.Count), arrayObjects)
System\Private\Windows\Core\BinaryFormat\Serializer\ArraySinglePrimitive.cs (1)
29
: base(new
ArrayInfo
(objectId, arrayObjects.Count), arrayObjects)
System\Private\Windows\Core\BinaryFormat\Serializer\ArraySingleString.cs (1)
23
: base(new
ArrayInfo
(objectId, arrayObjects.Count), new StringListAdapter(arrayObjects, recordMap))
3 references to ArrayInfo
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\Serializer\ArrayRecord.cs (3)
21
private protected readonly
ArrayInfo
_arrayInfo;
33
internal ArrayRecord(
ArrayInfo
arrayInfo) => _arrayInfo = arrayInfo;
62
internal ArrayRecord(
ArrayInfo
arrayInfo, IReadOnlyList<T> arrayObjects) : base(arrayInfo)