2 references to HasBuiltInSupport
System.Resources.Extensions (2)
System\Resources\Extensions\BinaryFormat\Deserializer\ArrayRecordDeserializer.cs (2)
133
if (!(
HasBuiltInSupport
(elementType)
134
|| (Nullable.GetUnderlyingType(elementType) is Type nullable &&
HasBuiltInSupport
(nullable))))