3 references to ResolveTypeHandleInternal
mscorlib (3)
system\rttype.cs (1)
1204
nestedType = ModuleHandle.
ResolveTypeHandleInternal
(moduleHandle, tkNestedClasses[i], null, null);
system\runtimehandles.cs (2)
1915
return new RuntimeTypeHandle(
ResolveTypeHandleInternal
(GetRuntimeModule(), typeToken, null, null));
1919
return new RuntimeTypeHandle(ModuleHandle.
ResolveTypeHandleInternal
(GetRuntimeModule(), typeToken, typeInstantiationContext, methodInstantiationContext));