1 write to Length
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\ArrayInfo.cs (1)
23Length = length;
3 references to Length
System.Private.Windows.Core (3)
System\Private\Windows\Core\BinaryFormat\ArrayInfo.cs (1)
30writer.Write(Length);
System\Private\Windows\Core\BinaryFormat\ArrayRecord.cs (2)
31public Count Length => _arrayInfo.Length; 64if (arrayInfo.Length != arrayObjects.Count)