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