1 instantiation of AllMethodsOnTypeNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
263return new AllMethodsOnTypeNode(type);
3 references to AllMethodsOnTypeNode
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
137private NodeCache<TypeDesc, AllMethodsOnTypeNode> _allMethodsOnType; 139public AllMethodsOnTypeNode AllMethodsOnType(TypeDesc type) 261_allMethodsOnType = new NodeCache<TypeDesc, AllMethodsOnTypeNode>(type =>