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