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