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