4 references to IsInterface
System.Private.CoreLib (4)
System\Reflection\Runtime\TypeInfos\RuntimeGenericParameterTypeInfo.cs (2)
137if (constraintInfo.IsInterface) 160if (constraintInfos[i].IsInterface)
System\Reflection\Runtime\TypeInfos\RuntimeNamedTypeInfo.cs (1)
120if (IsInterface)
System\RuntimeType.NativeAot.cs (1)
236return GetRuntimeTypeInfo().IsInterface;