9 references to IsIDynamicInterfaceCastable
System.Private.CoreLib (9)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\CachedInterfaceDispatch.cs (1)
213if (DynamicInterfaceCastablePresent() && pTargetCode == IntPtr.Zero && pInstanceType->IsIDynamicInterfaceCastable)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (8)
157if (mt->IsIDynamicInterfaceCastable) 379if (obj.GetMethodTable()->IsIDynamicInterfaceCastable 728if (obj.GetMethodTable()->IsIDynamicInterfaceCastable && IsInstanceOfInterfaceViaIDynamicInterfaceCastable(arrayElemType, obj, throwing: false)) 905&& (!obj.GetMethodTable()->IsIDynamicInterfaceCastable 917&& (!obj.GetMethodTable()->IsIDynamicInterfaceCastable 1047if (result || !(pTargetType->IsInterface && pSourceType->IsIDynamicInterfaceCastable)) 1236if (!pSourceType->IsIDynamicInterfaceCastable || !pTargetType->IsInterface) 1275if (!pSourceType->IsIDynamicInterfaceCastable || !pTargetType->IsInterface)