3 references to CanCastTo
System.Private.CoreLib (3)
System\Reflection\Runtime\General\Assignability.cs (3)
48if (fromTypeInfo.CanCastTo(toTypeInfo)) 139if (constraintType.CanCastTo(toTypeInfo)) 295return fromTypeInfo.CanCastTo(toTypeInfo);