1 write to _arrayInfo
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\ArrayRecord.cs (1)
33internal ArrayRecord(ArrayInfo arrayInfo) => _arrayInfo = arrayInfo;
5 references to _arrayInfo
System.Private.Windows.Core (5)
System\Private\Windows\Core\BinaryFormat\ArrayRecord.cs (2)
26public override Id ObjectId => _arrayInfo.ObjectId; 31public Count Length => _arrayInfo.Length;
System\Private\Windows\Core\BinaryFormat\ArraySingleObject.cs (1)
31_arrayInfo.Write(writer);
System\Private\Windows\Core\BinaryFormat\ArraySinglePrimitive.cs (1)
37_arrayInfo.Write(writer);
System\Private\Windows\Core\BinaryFormat\ArraySingleString.cs (1)
33_arrayInfo.Write(writer);