13 references to IsGenericType
System.Private.Reflection.Execution (6)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (5)
39if (RuntimeAugments.IsGenericType(typeHandle)) 70Debug.Assert(!RuntimeAugments.IsGenericType(runtimeTypeHandle)); 363if (!dstTypeDef.IsNull() && RuntimeAugments.IsGenericType(srcType)) 534if (RuntimeAugments.IsGenericType(declaringTypeHandle)) 753if (RuntimeAugments.IsGenericType(declaringTypeHandle))
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
76if (RuntimeAugments.IsGenericType(typeHandle))
System.Private.TypeLoader (7)
Internal\Runtime\TypeLoader\CanonicallyEquivalentEntryLocator.cs (2)
23if (RuntimeAugments.IsGenericType(typeToFind)) 71if (RuntimeAugments.IsGenericType(other))
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
1045if (RuntimeAugments.IsGenericType(declaringTypeHandle))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericTypesLookup.cs (1)
270Debug.Assert(RuntimeAugments.IsGenericType(runtimeTypeHandle));
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
474if (RuntimeAugments.IsGenericType(declaringType))
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
157if (RuntimeAugments.IsGenericType(typeHandle))
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
203else if (RuntimeAugments.IsGenericType(rtth))