7 references to HasInstantiation
mscorlib (7)
system\delegate.cs (1)
239if (RuntimeTypeHandle.IsGenericTypeDefinition(declaringType) || RuntimeTypeHandle.HasInstantiation(declaringType))
system\multicastdelegate.cs (1)
589if (RuntimeTypeHandle.IsGenericTypeDefinition(declaringType) || RuntimeTypeHandle.HasInstantiation(declaringType))
system\reflection\emit\dynamicilgenerator.cs (1)
1236if ((type != null) && RuntimeTypeHandle.HasInstantiation(type))
system\rttype.cs (2)
932bool needsStaticFieldForGeneric = RuntimeTypeHandle.HasInstantiation(declaringType) && !RuntimeTypeHandle.ContainsGenericVariables(declaringType); 4287get { return RuntimeTypeHandle.HasInstantiation(this); }
system\runtimehandles.cs (2)
782return HasInstantiation(GetTypeChecked()); 796if (HasInstantiation(retType) && !IsGenericTypeDefinition(retType))