4 references to AddModuleTokenForType
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (3)
178
AddModuleTokenForType
(owningType, new ModuleToken(token.Module, owningTypeHandle));
277
AddModuleTokenForType
(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));