2 references to HasBuiltInSupport
System.Private.Windows.Core (2)
System\Private\Windows\Core\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (2)
130
if (!(
HasBuiltInSupport
(elementType)
131
|| (Nullable.GetUnderlyingType(elementType) is Type nullable &&
HasBuiltInSupport
(nullable))))