14 references to QCallModule
System.Private.CoreLib (14)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (2)
112
return GetMemberRef(new QCallModule(ref thisModule), new
QCallModule
(ref refedRuntimeModule), tr, defToken);
221
return GetTypeRef(new QCallModule(ref thisModule), typeName, new
QCallModule
(ref refedRuntimeModule), tkResolution);
src\System\Reflection\RuntimeModule.cs (3)
411
GetFullyQualifiedName(new
QCallModule
(ref thisAsLocal), new StringHandleOnStack(ref fullyQualifiedName));
425
GetTypes(new
QCallModule
(ref thisAsLocal), ObjectHandleOnStack.Create(ref types));
488
GetScopeName(new
QCallModule
(ref thisAsLocal), new StringHandleOnStack(ref scopeName));
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
193
RunModuleConstructor(new
QCallModule
(ref rm));
src\System\RuntimeHandles.cs (8)
1785
new
QCallModule
(ref module),
1799
=> GetToken(new
QCallModule
(ref module));
1846
ResolveType(new
QCallModule
(ref module), typeToken, typeInstArgs, typeInstantiationContextHandles.Length, methodInstArgs, methodInstantiationContextHandles.Length, ObjectHandleOnStack.Create(ref type));
1901
return ResolveMethod(new
QCallModule
(ref module), methodToken, typeInstArgs, typeInstantiationContext.Length, methodInstArgs, methodInstantiationContext.Length);
1952
ResolveField(new
QCallModule
(ref module), fieldToken, typeInstArgs, typeInstantiationContextHandles.Length, methodInstArgs, methodInstantiationContextHandles.Length, ObjectHandleOnStack.Create(ref field));
1982
GetModuleType(new
QCallModule
(ref module), ObjectHandleOnStack.Create(ref type));
1993
GetPEKind(new
QCallModule
(ref module), &lKind, &lMachine);
2003
=> GetMDStreamVersion(new
QCallModule
(ref module));