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