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