4 references to IsInterface
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (2)
200if (RuntimeAugments.IsInterface(typeHandle)) 203if (!RuntimeAugments.IsInterface(interfaceTypeHandle))
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (1)
141if (RuntimeAugments.IsInterface(_declaringTypeHandle))
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
187isDefaultInterfaceMethodImplementation = RuntimeAugments.IsInterface(targetTypeHandle);