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