4 references to IsAssignableFrom
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
420
if (RuntimeAugments.
IsAssignableFrom
(dstType.TypeHandle, srcType.TypeHandle))
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (2)
206
if (!RuntimeAugments.
IsAssignableFrom
(interfaceTypeHandle, typeHandle))
316
if (RuntimeAugments.
IsAssignableFrom
(toTypeHandle, fromTypeHandle))
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
358
if (RuntimeAugments.
IsAssignableFrom
(dstType, srcType))