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