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