2 references to PrimitiveTypes
System.Formats.Nrbf (2)
System\Formats\Nrbf\BinaryArrayRecord.cs (2)
293
if (
PrimitiveTypes
.Contains(elementType) || (Nullable.GetUnderlyingType(elementType) is Type nullable &&
PrimitiveTypes
.Contains(nullable)))