2 references to HasIdentityPrimitiveOrNullableConversion
System.Core (2)
Microsoft\Scripting\Ast\UnaryExpression.cs (2)
717
if (TypeUtils.
HasIdentityPrimitiveOrNullableConversion
(expression.Type, type) ||
754
if (TypeUtils.
HasIdentityPrimitiveOrNullableConversion
(expression.Type, type)) {