3 references to NormalizedPrimitiveTypeSizeForIntegerTypes
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\TypeLoader\ConstraintValidatorSupport.cs (1)
307
return
NormalizedPrimitiveTypeSizeForIntegerTypes
(Enum.GetUnderlyingType(type));
Internal\Reflection\Execution\TypeLoader\TypeCast.cs (2)
421
int normalizedType1 =
NormalizedPrimitiveTypeSizeForIntegerTypes
(pType1);
425
int normalizedType2 =
NormalizedPrimitiveTypeSizeForIntegerTypes
(pType2);