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));
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1956_compilation.NodeFactory.Resolver.AddModuleTokenForType(type, HandleToModuleToken(ref pResolvedToken, out bool strippedInstantiation));