1 write to _arrayOfT
System.Private.Windows.Core (1)
System\Private\Windows\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (1)
42Object = _arrayOfT = Array.CreateInstance(_elementType, _lengths);
2 references to _arrayOfT
System.Private.Windows.Core (2)
System\Private\Windows\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (2)
44_canIterate = _arrayOfT.Length > 0; 69_arrayOfT.SetValue(memberValue, indices);