7 instantiations of ArrayInfo
PresentationCore (7)
System\Windows\BinaryFormat\BinaryFormatWriter.cs (7)
256new ArrayInfo(2, list.Count), 289new ArrayInfo(2, list.Count), 384new ArrayInfo(2, list.Count), 412new ArrayInfo(1, array.Length), 418new ArrayInfo(1, array.Length), 490new ArrayInfo(2, keys.Length), 493new ArrayInfo(3, values.Length),
5 references to ArrayInfo
PresentationCore (5)
System\Windows\BinaryFormat\ArrayRecord.cs (2)
22public ArrayInfo ArrayInfo { get; } 49public ArrayRecord(ArrayInfo arrayInfo, IReadOnlyList<object> arrayObjects)
System\Windows\BinaryFormat\ArraySingleObject.cs (1)
23public ArraySingleObject(ArrayInfo arrayInfo, IReadOnlyList<object> arrayObjects)
System\Windows\BinaryFormat\ArraySinglePrimitive.cs (1)
25public ArraySinglePrimitive(ArrayInfo arrayInfo, PrimitiveType primitiveType, IReadOnlyList<object> arrayObjects)
System\Windows\BinaryFormat\ArraySingleString.cs (1)
24public ArraySingleString(ArrayInfo arrayInfo, IReadOnlyList<object> arrayObjects)