6 references to IsGenericTypeDefinition
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (3)
108if (RuntimeAugments.IsGenericTypeDefinition(elementTypeHandle)) 130if (RuntimeAugments.IsGenericTypeDefinition(elementTypeHandle)) 197if (RuntimeAugments.IsGenericTypeDefinition(genericTypeArgumentHandles[i]))
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
257if (!RuntimeAugments.IsGenericTypeDefinition(targetTypeHandle))
Internal\TypeSystem\TypeSystemContext.Runtime.cs (2)
191else if (RuntimeAugments.IsGenericTypeDefinition(rtth)) 474Debug.Assert(RuntimeAugments.IsGenericTypeDefinition(nmTypeDef.RuntimeTypeHandle));