17 references to QCallModule
System.Private.CoreLib (17)
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\RuntimeCustomAttributeData.cs (3)
1706
new
QCallModule
(ref decoratedModule)) != Interop.BOOL.FALSE;
1880
new
QCallModule
(ref module),
1912
new
QCallModule
(ref module),
src\System\Reflection\RuntimeModule.cs (3)
411
GetFullyQualifiedName(new
QCallModule
(ref thisAsLocal), new StringHandleOnStack(ref fullyQualifiedName));
426
GetTypes(new
QCallModule
(ref thisAsLocal), ObjectHandleOnStack.Create(ref types), ObjectHandleOnStack.Create(ref exceptions));
493
GetScopeName(new
QCallModule
(ref thisAsLocal), new StringHandleOnStack(ref scopeName));
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
194
RunModuleConstructor(new
QCallModule
(ref rm));
src\System\RuntimeHandles.cs (8)
1808
new
QCallModule
(ref module),
1822
=> GetToken(new
QCallModule
(ref module));
1869
ResolveType(new
QCallModule
(ref module), typeToken, typeInstArgs, typeInstantiationContextHandles.Length, methodInstArgs, methodInstantiationContextHandles.Length, ObjectHandleOnStack.Create(ref type));
1924
return ResolveMethod(new
QCallModule
(ref module), methodToken, typeInstArgs, typeInstantiationContext.Length, methodInstArgs, methodInstantiationContext.Length);
1975
ResolveField(new
QCallModule
(ref module), fieldToken, typeInstArgs, typeInstantiationContextHandles.Length, methodInstArgs, methodInstantiationContextHandles.Length, ObjectHandleOnStack.Create(ref field));
2005
GetModuleType(new
QCallModule
(ref module), ObjectHandleOnStack.Create(ref type));
2016
GetPEKind(new
QCallModule
(ref module), &lKind, &lMachine);
2026
=> GetMDStreamVersion(new
QCallModule
(ref module));