2 references to PrimitiveTypes
System.Runtime.Serialization.BinaryFormat (2)
System\Runtime\Serialization\BinaryFormat\BinaryArrayRecord.cs (2)
225if (PrimitiveTypes.Contains(elementType) || (Nullable.GetUnderlyingType(elementType) is Type nullable && PrimitiveTypes.Contains(nullable)))