5 references to GetArray
System.Formats.Nrbf (1)
System\Formats\Nrbf\BinaryArrayRecord.cs (1)
112Array nestedArray = nestedArrayRecord.GetArray(actualElementType, allowNulls);
System.Private.Windows.Core (2)
System\Private\Windows\Core\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (2)
33_arrayOfClassRecords = arrayRecord.GetArray(expectedArrayType); 142return arrayRecord.GetArray(expectedArrayType);
System.Resources.Extensions (2)
System\Resources\Extensions\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (2)
36_arrayOfClassRecords = arrayRecord.GetArray(expectedArrayType); 145return arrayRecord.GetArray(expectedArrayType);