4 references to IsGenericTypeDefinition
mscorlib (4)
system\delegate.cs (1)
239
if (RuntimeTypeHandle.
IsGenericTypeDefinition
(declaringType) || RuntimeTypeHandle.HasInstantiation(declaringType))
system\multicastdelegate.cs (1)
589
if (RuntimeTypeHandle.
IsGenericTypeDefinition
(declaringType) || RuntimeTypeHandle.HasInstantiation(declaringType))
system\rttype.cs (1)
4256
get { return RuntimeTypeHandle.
IsGenericTypeDefinition
(this); }
system\runtimehandles.cs (1)
796
if (HasInstantiation(retType) && !
IsGenericTypeDefinition
(retType))