1 instantiation of AllMethodsOnTypeNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
394
return new
AllMethodsOnTypeNode
(type);
3 references to AllMethodsOnTypeNode
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (3)
206
private NodeCache<TypeDesc,
AllMethodsOnTypeNode
> _allMethodsOnType;
208
public
AllMethodsOnTypeNode
AllMethodsOnType(TypeDesc type)
392
_allMethodsOnType = new NodeCache<TypeDesc,
AllMethodsOnTypeNode
>(type =>