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