3 references to GetInstantiationInternal
mscorlib (3)
system\reflection\Associates.cs (1)
56
RuntimeType [] genericArguments = declaredType.GetTypeHandleInternal().
GetInstantiationInternal
();
system\rttype.cs (2)
2249
typeContext = declaringType.GetTypeHandleInternal().
GetInstantiationInternal
();
4187
return GetRootElementType().GetTypeHandleInternal().
GetInstantiationInternal
();