17 references to Length
Microsoft.Private.Windows.Core (4)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (4)
360|| size > arrayRecord.Length) 460|| keysRecord.Length != valuesRecord.Length) 465Hashtable temp = new(keysRecord.Length);
PresentationCore (4)
System\Windows\Nrbf\SerializationRecordExtensions.cs (4)
180|| size > arrayRecord.Length) 270|| keysRecord.Length != valuesRecord.Length) 275Hashtable temp = new(keysRecord.Length);
System.Formats.Nrbf (5)
System\Formats\Nrbf\ArraySingleObjectRecord.cs (1)
35SerializationRecord?[] values = new SerializationRecord?[Length];
System\Formats\Nrbf\ArraySingleStringRecord.cs (1)
49string?[] values = new string?[Length];
System\Formats\Nrbf\SZArrayOfRecords.cs (1)
41SerializationRecord?[] result = new SerializationRecord?[Length];
System\Formats\Nrbf\SZArrayRecord.cs (2)
27public override ReadOnlySpan<int> Lengths => new int[1] { Length }; 38/// Before calling this method, check the total length of the array by using the <see cref="Length"/> property.
System.Private.Windows.Core (4)
System\Private\Windows\Nrbf\SerializationRecordExtensions.cs (4)
360|| size > arrayRecord.Length) 460|| keysRecord.Length != valuesRecord.Length) 465Hashtable temp = new(keysRecord.Length);