4 references to AddModuleTokenForType
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (3)
178AddModuleTokenForType(owningType, new ModuleToken(token.Module, owningTypeHandle)); 277AddModuleTokenForType(owningType, new ModuleToken(token.Module, owningTypeHandle)); 467_resolver.AddModuleTokenForType((TypeDesc)_contextModule.GetObject(handle), new ModuleToken(_contextModule, handle));
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
2093_compilation.NodeFactory.Resolver.AddModuleTokenForType(type, HandleToModuleToken(ref pResolvedToken, out bool strippedInstantiation));